Struct MPR_ET
#[repr(transparent)]pub struct MPR_ET(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for MPR_ET
impl Eq for MPR_ET
impl StructuralPartialEq for MPR_ET
Auto Trait Implementations§
impl Freeze for MPR_ET
impl RefUnwindSafe for MPR_ET
impl Send for MPR_ET
impl Sync for MPR_ET
impl Unpin for MPR_ET
impl UnwindSafe for MPR_ET
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more