pub struct Xsaveopt { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xsaveopt
impl RefUnwindSafe for Xsaveopt
impl Send for Xsaveopt
impl Sync for Xsaveopt
impl Unpin for Xsaveopt
impl UnwindSafe for Xsaveopt
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