Struct windows_sys::Wdk::Foundation::SECTION_OBJECT_POINTERS
#[repr(C)]pub struct SECTION_OBJECT_POINTERS {
pub DataSectionObject: *mut c_void,
pub SharedCacheMap: *mut c_void,
pub ImageSectionObject: *mut c_void,
}
Fields§
§DataSectionObject: *mut c_void
§ImageSectionObject: *mut c_void
Trait Implementations§
§impl Clone for SECTION_OBJECT_POINTERS
impl Clone for SECTION_OBJECT_POINTERS
impl Copy for SECTION_OBJECT_POINTERS
Auto Trait Implementations§
impl RefUnwindSafe for SECTION_OBJECT_POINTERS
impl !Send for SECTION_OBJECT_POINTERS
impl !Sync for SECTION_OBJECT_POINTERS
impl Unpin for SECTION_OBJECT_POINTERS
impl UnwindSafe for SECTION_OBJECT_POINTERS
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