Struct windows_native::ntobapi::OBJECT_TYPES_INFORMATION
source ยท #[repr(C)]pub struct OBJECT_TYPES_INFORMATION {
pub NumberOfTypes: u32,
}Fieldsยง
ยงNumberOfTypes: u32Trait Implementationsยง
sourceยงimpl Debug for OBJECT_TYPES_INFORMATION
impl Debug for OBJECT_TYPES_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for OBJECT_TYPES_INFORMATION
impl Send for OBJECT_TYPES_INFORMATION
impl Sync for OBJECT_TYPES_INFORMATION
impl Unpin for OBJECT_TYPES_INFORMATION
impl UnwindSafe for OBJECT_TYPES_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