#[repr(C)]pub struct ConfigurationTable {
pub VendorGuid: Guid,
pub VendorTable: usize,
}Fields§
§VendorGuid: Guid§VendorTable: usizeAuto 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