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