#[repr(transparent)]pub struct SecGpReg(pub u32);Expand description
Secure general purpose registers.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for SecGpReg
impl Eq for SecGpReg
impl StructuralPartialEq for SecGpReg
Auto Trait Implementations§
impl Freeze for SecGpReg
impl RefUnwindSafe for SecGpReg
impl Send for SecGpReg
impl Sync for SecGpReg
impl Unpin for SecGpReg
impl UnwindSafe for SecGpReg
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