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