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