Struct ntapi::ntexapi::BOOT_ENTRY
source · [−]#[repr(C)]pub struct BOOT_ENTRY {
pub Version: ULONG,
pub Length: ULONG,
pub Id: ULONG,
pub Attributes: ULONG,
pub FriendlyNameOffset: ULONG,
pub BootFilePathOffset: ULONG,
pub OsOptionsLength: ULONG,
pub OsOptions: [UCHAR; 1],
}Fields
Version: ULONGLength: ULONGId: ULONGAttributes: ULONGFriendlyNameOffset: ULONGBootFilePathOffset: ULONGOsOptionsLength: ULONGOsOptions: [UCHAR; 1]Trait Implementations
sourceimpl Clone for BOOT_ENTRY
impl Clone for BOOT_ENTRY
sourcefn clone(&self) -> BOOT_ENTRY
fn clone(&self) -> BOOT_ENTRY
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
Auto Trait Implementations
impl RefUnwindSafe for BOOT_ENTRY
impl Send for BOOT_ENTRY
impl Sync for BOOT_ENTRY
impl Unpin for BOOT_ENTRY
impl UnwindSafe for BOOT_ENTRY
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