#[repr(C)]pub struct PSS_HANDLE_ENTRY_0_3 {
pub BaseAddress: *mut c_void,
pub AllocationAttributes: u32,
pub MaximumSize: i64,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§BaseAddress: *mut c_void
§AllocationAttributes: u32
§MaximumSize: i64
Trait Implementations§
§impl Clone for PSS_HANDLE_ENTRY_0_3
impl Clone for PSS_HANDLE_ENTRY_0_3
impl Copy for PSS_HANDLE_ENTRY_0_3
Auto Trait Implementations§
impl RefUnwindSafe for PSS_HANDLE_ENTRY_0_3
impl !Send for PSS_HANDLE_ENTRY_0_3
impl !Sync for PSS_HANDLE_ENTRY_0_3
impl Unpin for PSS_HANDLE_ENTRY_0_3
impl UnwindSafe for PSS_HANDLE_ENTRY_0_3
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