Struct PSS_HANDLE_ENTRY_0_4
#[repr(C)]pub struct PSS_HANDLE_ENTRY_0_4 {
pub BaseAddress: *mut c_void,
pub AllocationAttributes: u32,
pub MaximumSize: i64,
}
Fields§
§BaseAddress: *mut c_void
§AllocationAttributes: u32
§MaximumSize: i64
Trait Implementations§
§impl Clone for PSS_HANDLE_ENTRY_0_4
impl Clone for PSS_HANDLE_ENTRY_0_4
§fn clone(&self) -> PSS_HANDLE_ENTRY_0_4
fn clone(&self) -> PSS_HANDLE_ENTRY_0_4
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 more§impl Debug for PSS_HANDLE_ENTRY_0_4
impl Debug for PSS_HANDLE_ENTRY_0_4
§impl Default for PSS_HANDLE_ENTRY_0_4
impl Default for PSS_HANDLE_ENTRY_0_4
§impl PartialEq for PSS_HANDLE_ENTRY_0_4
impl PartialEq for PSS_HANDLE_ENTRY_0_4
impl Copy for PSS_HANDLE_ENTRY_0_4
impl StructuralPartialEq for PSS_HANDLE_ENTRY_0_4
Auto Trait Implementations§
impl Freeze for PSS_HANDLE_ENTRY_0_4
impl RefUnwindSafe for PSS_HANDLE_ENTRY_0_4
impl !Send for PSS_HANDLE_ENTRY_0_4
impl !Sync for PSS_HANDLE_ENTRY_0_4
impl Unpin for PSS_HANDLE_ENTRY_0_4
impl UnwindSafe for PSS_HANDLE_ENTRY_0_4
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