#[repr(C)]pub struct SystemHandleInformation {
pub number_of_handles: u32,
pub handles: Vec<SystemHandleTableEntryInfo>,
}Fields§
§number_of_handles: u32§handles: Vec<SystemHandleTableEntryInfo>Auto Trait Implementations§
impl !Send for SystemHandleInformation
impl !Sync for SystemHandleInformation
impl Freeze for SystemHandleInformation
impl RefUnwindSafe for SystemHandleInformation
impl Unpin for SystemHandleInformation
impl UnsafeUnpin for SystemHandleInformation
impl UnwindSafe for SystemHandleInformation
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