#[repr(C)]pub struct WIN32_MEMORY_REGION_INFORMATION_u_s {
pub Bitfield: ULONG,
}
Fields§
§Bitfield: ULONG
Implementations§
Source§impl WIN32_MEMORY_REGION_INFORMATION_u_s
impl WIN32_MEMORY_REGION_INFORMATION_u_s
pub fn Private(&self) -> ULONG
pub fn set_Private(&mut self, val: ULONG)
pub fn MappedDataFile(&self) -> ULONG
pub fn set_MappedDataFile(&mut self, val: ULONG)
pub fn MappedImage(&self) -> ULONG
pub fn set_MappedImage(&mut self, val: ULONG)
pub fn MappedPageFile(&self) -> ULONG
pub fn set_MappedPageFile(&mut self, val: ULONG)
pub fn MappedPhysical(&self) -> ULONG
pub fn set_MappedPhysical(&mut self, val: ULONG)
pub fn DirectMapped(&self) -> ULONG
pub fn set_DirectMapped(&mut self, val: ULONG)
pub fn Reserved(&self) -> ULONG
pub fn set_Reserved(&mut self, val: ULONG)
Trait Implementations§
Source§impl Clone for WIN32_MEMORY_REGION_INFORMATION_u_s
impl Clone for WIN32_MEMORY_REGION_INFORMATION_u_s
Source§fn clone(&self) -> WIN32_MEMORY_REGION_INFORMATION_u_s
fn clone(&self) -> WIN32_MEMORY_REGION_INFORMATION_u_s
Returns a copy 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 moreimpl Copy for WIN32_MEMORY_REGION_INFORMATION_u_s
Auto Trait Implementations§
impl Freeze for WIN32_MEMORY_REGION_INFORMATION_u_s
impl RefUnwindSafe for WIN32_MEMORY_REGION_INFORMATION_u_s
impl Send for WIN32_MEMORY_REGION_INFORMATION_u_s
impl Sync for WIN32_MEMORY_REGION_INFORMATION_u_s
impl Unpin for WIN32_MEMORY_REGION_INFORMATION_u_s
impl UnwindSafe for WIN32_MEMORY_REGION_INFORMATION_u_s
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