Struct windows_native::ntexapi::BOOT_OPTIONS
source ยท #[repr(C)]pub struct BOOT_OPTIONS {
pub Version: u32,
pub Length: u32,
pub Timeout: u32,
pub CurrentBootEntryId: u32,
pub NextBootEntryId: u32,
pub HeadlessRedirection: [u16; 1],
}Fieldsยง
ยงVersion: u32ยงLength: u32ยงTimeout: u32ยงCurrentBootEntryId: u32ยงNextBootEntryId: u32ยงHeadlessRedirection: [u16; 1]Trait Implementationsยง
sourceยงimpl Debug for BOOT_OPTIONS
impl Debug 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ยง
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