#[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§
Source§impl Clone for BOOT_OPTIONS
impl Clone for BOOT_OPTIONS
Source§fn clone(&self) -> BOOT_OPTIONS
fn clone(&self) -> BOOT_OPTIONS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BOOT_OPTIONS
Auto Trait Implementations§
impl Freeze for BOOT_OPTIONS
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§
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