#[repr(transparent)]pub struct EFlags(pub LocalRegisterCopy<u32, Register>);
Tuple Fields§
§0: LocalRegisterCopy<u32, Register>
Implementations§
Trait Implementations§
impl Copy for EFlags
Auto Trait Implementations§
impl Freeze for EFlags
impl RefUnwindSafe for EFlags
impl Send for EFlags
impl Sync for EFlags
impl Unpin for EFlags
impl UnwindSafe for EFlags
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