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