Struct XSTATE_SAVE
#[repr(C)]pub struct XSTATE_SAVE {
pub Anonymous: XSTATE_SAVE_0,
}
Fields§
§Anonymous: XSTATE_SAVE_0
Trait Implementations§
§impl Clone for XSTATE_SAVE
impl Clone for XSTATE_SAVE
§fn clone(&self) -> XSTATE_SAVE
fn clone(&self) -> XSTATE_SAVE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for XSTATE_SAVE
Auto Trait Implementations§
impl Freeze for XSTATE_SAVE
impl RefUnwindSafe for XSTATE_SAVE
impl !Send for XSTATE_SAVE
impl !Sync for XSTATE_SAVE
impl Unpin for XSTATE_SAVE
impl UnwindSafe for XSTATE_SAVE
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