Struct ntapi::ntexapi::BOOT_ENTRY_LIST
source · [−]#[repr(C)]pub struct BOOT_ENTRY_LIST {
pub NextEntryOffset: ULONG,
pub BootEntry: BOOT_ENTRY,
}
Fields
NextEntryOffset: ULONG
BootEntry: BOOT_ENTRY
Trait Implementations
sourceimpl Clone for BOOT_ENTRY_LIST
impl Clone for BOOT_ENTRY_LIST
sourcefn clone(&self) -> BOOT_ENTRY_LIST
fn clone(&self) -> BOOT_ENTRY_LIST
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more