Union windows_sys::Wdk::Foundation::OWNER_ENTRY_0
#[repr(C)]
pub union OWNER_ENTRY_0 {
pub Anonymous: OWNER_ENTRY_0_0,
pub TableSize: u32,
}
Fields§
§Anonymous: OWNER_ENTRY_0_0
§TableSize: u32
Trait Implementations§
§impl Clone for OWNER_ENTRY_0
impl Clone for OWNER_ENTRY_0
impl Copy for OWNER_ENTRY_0
Auto Trait Implementations§
impl RefUnwindSafe for OWNER_ENTRY_0
impl Send for OWNER_ENTRY_0
impl Sync for OWNER_ENTRY_0
impl Unpin for OWNER_ENTRY_0
impl UnwindSafe for OWNER_ENTRY_0
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