Struct ntapi::ntpsapi::MANAGE_WRITES_TO_EXECUTABLE_MEMORY
source · [−]#[repr(C)]pub struct MANAGE_WRITES_TO_EXECUTABLE_MEMORY {
pub BitFields: ULONG,
}
Fields
BitFields: ULONG
Implementations
sourceimpl MANAGE_WRITES_TO_EXECUTABLE_MEMORY
impl MANAGE_WRITES_TO_EXECUTABLE_MEMORY
pub const fn Machine(&self) -> ULONG
pub fn set_Machine(&mut self, val: ULONG)
pub const fn KernelMode(&self) -> ULONG
pub fn set_KernelMode(&mut self, val: ULONG)
pub const fn UserMode(&self) -> ULONG
pub fn set_UserMode(&mut self, val: ULONG)
pub const fn Native(&self) -> ULONG
pub fn set_Native(&mut self, val: ULONG)
pub const fn Process(&self) -> ULONG
pub fn set_Process(&mut self, val: ULONG)
pub const fn ReservedZero0(&self) -> ULONG
pub fn set_ReservedZero0(&mut self, val: ULONG)
Trait Implementations
sourceimpl Clone for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
impl Clone for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
sourcefn clone(&self) -> MANAGE_WRITES_TO_EXECUTABLE_MEMORY
fn clone(&self) -> MANAGE_WRITES_TO_EXECUTABLE_MEMORY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
Auto Trait Implementations
impl RefUnwindSafe for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
impl Send for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
impl Sync for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
impl Unpin for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
impl UnwindSafe for MANAGE_WRITES_TO_EXECUTABLE_MEMORY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more