#[repr(transparent)]pub struct Revh(pub u16);Expand description
Revolution Hold
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Revh
impl Eq for Revh
impl StructuralPartialEq for Revh
Auto Trait Implementations§
impl Freeze for Revh
impl RefUnwindSafe for Revh
impl Send for Revh
impl Sync for Revh
impl Unpin for Revh
impl UnwindSafe for Revh
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