#[repr(transparent)]pub struct NSTCSTYLE2(pub i32);Tuple Fields§
§0: i32Auto Trait Implementations§
impl Freeze for NSTCSTYLE2
impl RefUnwindSafe for NSTCSTYLE2
impl Send for NSTCSTYLE2
impl Sync for NSTCSTYLE2
impl Unpin for NSTCSTYLE2
impl UnsafeUnpin for NSTCSTYLE2
impl UnwindSafe for NSTCSTYLE2
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