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