Struct windows_native::ntexapi::BOOT_ENTRY_LIST
source ยท #[repr(C)]pub struct BOOT_ENTRY_LIST {
pub NextEntryOffset: u32,
pub BootEntry: BOOT_ENTRY,
}Fieldsยง
ยงNextEntryOffset: u32ยงBootEntry: BOOT_ENTRYTrait Implementationsยง
sourceยงimpl Debug for BOOT_ENTRY_LIST
impl Debug for BOOT_ENTRY_LIST
Auto Trait Implementationsยง
impl RefUnwindSafe for BOOT_ENTRY_LIST
impl Send for BOOT_ENTRY_LIST
impl Sync for BOOT_ENTRY_LIST
impl Unpin for BOOT_ENTRY_LIST
impl UnwindSafe for BOOT_ENTRY_LIST
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