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