pub struct NUMSETSR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for NUMSETSR
impl RefUnwindSafe for NUMSETSR
impl Send for NUMSETSR
impl Sync for NUMSETSR
impl Unpin for NUMSETSR
impl UnwindSafe for NUMSETSR
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