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