Struct Msipllsel
#[repr(transparent)]pub struct Msipllsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Msipllsel
impl Ord for Msipllsel
§impl PartialOrd for Msipllsel
impl PartialOrd for Msipllsel
impl Copy for Msipllsel
impl Eq for Msipllsel
impl StructuralPartialEq for Msipllsel
Auto Trait Implementations§
impl Freeze for Msipllsel
impl RefUnwindSafe for Msipllsel
impl Send for Msipllsel
impl Sync for Msipllsel
impl Unpin for Msipllsel
impl UnwindSafe for Msipllsel
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