Struct limine_protocol::requests::SMBIOSRequest
source · [−]#[repr(C)]pub struct SMBIOSRequest {
pub id: [u64; 4],
pub revision: u64,
pub response: Option<NonNull<SMBIOSResponse>>,
}Expand description
Request the SMBIOS entry point
Fields
id: [u64; 4]The request id array
revision: u64The request revision
response: Option<NonNull<SMBIOSResponse>>Response pointer
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SMBIOSRequest
impl !Send for SMBIOSRequest
impl !Sync for SMBIOSRequest
impl Unpin for SMBIOSRequest
impl UnwindSafe for SMBIOSRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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