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