Struct uefi::config::ConfigurationTable
source · Fields
VendorGuid: GuidVendorTable: usizeAuto Trait Implementations
impl RefUnwindSafe for ConfigurationTable
impl Send for ConfigurationTable
impl Sync for ConfigurationTable
impl Unpin for ConfigurationTable
impl UnwindSafe for ConfigurationTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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