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