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