Struct ntapi::ntexapi::BOOT_OPTIONS
source · [−]#[repr(C)]pub struct BOOT_OPTIONS {
pub Version: ULONG,
pub Length: ULONG,
pub Timeout: ULONG,
pub CurrentBootEntryId: ULONG,
pub NextBootEntryId: ULONG,
pub HeadlessRedirection: [WCHAR; 1],
}
Fields
Version: ULONG
Length: ULONG
Timeout: ULONG
CurrentBootEntryId: ULONG
NextBootEntryId: ULONG
HeadlessRedirection: [WCHAR; 1]
Trait Implementations
sourceimpl Clone for BOOT_OPTIONS
impl Clone for BOOT_OPTIONS
sourcefn clone(&self) -> BOOT_OPTIONS
fn clone(&self) -> BOOT_OPTIONS
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_OPTIONS
Auto Trait Implementations
impl RefUnwindSafe for BOOT_OPTIONS
impl Send for BOOT_OPTIONS
impl Sync for BOOT_OPTIONS
impl Unpin for BOOT_OPTIONS
impl UnwindSafe for BOOT_OPTIONS
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