#[repr(C)]pub struct XSTATE_FEATURE {
pub Offset: DWORD,
pub Size: DWORD,
}
Fields§
§Offset: DWORD
§Size: DWORD
Trait Implementations§
Source§impl Clone for XSTATE_FEATURE
impl Clone for XSTATE_FEATURE
Source§fn clone(&self) -> XSTATE_FEATURE
fn clone(&self) -> XSTATE_FEATURE
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_FEATURE
Auto Trait Implementations§
impl Freeze for XSTATE_FEATURE
impl RefUnwindSafe for XSTATE_FEATURE
impl Send for XSTATE_FEATURE
impl Sync for XSTATE_FEATURE
impl Unpin for XSTATE_FEATURE
impl UnwindSafe for XSTATE_FEATURE
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