#[repr(C)]pub struct ProtectMemoryResponse {
pub old_protection: u32,
}Expand description
protect memory response
Fields§
§old_protection: u32Trait Implementations§
Source§impl Clone for ProtectMemoryResponse
impl Clone for ProtectMemoryResponse
Source§fn clone(&self) -> ProtectMemoryResponse
fn clone(&self) -> ProtectMemoryResponse
Returns a duplicate 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 ProtectMemoryResponse
impl Debug for ProtectMemoryResponse
impl Copy for ProtectMemoryResponse
Auto Trait Implementations§
impl Freeze for ProtectMemoryResponse
impl RefUnwindSafe for ProtectMemoryResponse
impl Send for ProtectMemoryResponse
impl Sync for ProtectMemoryResponse
impl Unpin for ProtectMemoryResponse
impl UnwindSafe for ProtectMemoryResponse
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