Struct windows_native::ntrtl::RTL_HANDLE_TABLE_ENTRY
source ยท #[repr(C)]pub struct RTL_HANDLE_TABLE_ENTRY {
pub Anonymous1: RTL_HANDLE_TABLE_ENTRY_1,
}Fieldsยง
ยงAnonymous1: RTL_HANDLE_TABLE_ENTRY_1Trait Implementationsยง
sourceยงimpl Debug for RTL_HANDLE_TABLE_ENTRY
impl Debug for RTL_HANDLE_TABLE_ENTRY
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_HANDLE_TABLE_ENTRY
impl !Send for RTL_HANDLE_TABLE_ENTRY
impl !Sync for RTL_HANDLE_TABLE_ENTRY
impl Unpin for RTL_HANDLE_TABLE_ENTRY
impl UnwindSafe for RTL_HANDLE_TABLE_ENTRY
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