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