#[repr(C)]pub struct INSTANCE_AGGREGATE_STANDARD_INFORMATION {
pub NextEntryOffset: u32,
pub Flags: u32,
pub Type: INSTANCE_AGGREGATE_STANDARD_INFORMATION_0,
}Fields§
§NextEntryOffset: u32§Flags: u32§Type: INSTANCE_AGGREGATE_STANDARD_INFORMATION_0Trait Implementations§
impl Copy for INSTANCE_AGGREGATE_STANDARD_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl Send for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl Sync for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl Unpin for INSTANCE_AGGREGATE_STANDARD_INFORMATION
impl UnwindSafe for INSTANCE_AGGREGATE_STANDARD_INFORMATION
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