#[repr(C)]pub(crate) struct ConfigurationTable {
pub(crate) vendor_guid: [u8; 16],
pub(crate) vendor_table: *const (),
}Fields§
§vendor_guid: [u8; 16]§vendor_table: *const ()Auto Trait Implementations§
impl Freeze for ConfigurationTable
impl RefUnwindSafe for ConfigurationTable
impl !Send for ConfigurationTable
impl !Sync for ConfigurationTable
impl Unpin for ConfigurationTable
impl UnwindSafe for ConfigurationTable
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