pub struct R4Type(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for R4Type
impl Eq for R4Type
impl StructuralPartialEq for R4Type
Auto Trait Implementations§
impl Freeze for R4Type
impl RefUnwindSafe for R4Type
impl Send for R4Type
impl Sync for R4Type
impl Unpin for R4Type
impl UnwindSafe for R4Type
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