pub struct XsaveFeature {
pub offset: u32,
pub len: u32,
pub align: bool,
}
Fields§
§offset: u32
§len: u32
§align: bool
Trait Implementations§
Source§impl Clone for XsaveFeature
impl Clone for XsaveFeature
Source§fn clone(&self) -> XsaveFeature
fn clone(&self) -> XsaveFeature
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 moreSource§impl Debug for XsaveFeature
impl Debug for XsaveFeature
Source§impl Default for XsaveFeature
impl Default for XsaveFeature
Source§fn default() -> XsaveFeature
fn default() -> XsaveFeature
Returns the “default value” for a type. Read more
impl Copy for XsaveFeature
Auto Trait Implementations§
impl Freeze for XsaveFeature
impl RefUnwindSafe for XsaveFeature
impl Send for XsaveFeature
impl Sync for XsaveFeature
impl Unpin for XsaveFeature
impl UnwindSafe for XsaveFeature
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