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