#[repr(C)]pub struct RSDPResponse {
pub revision: u64,
pub address: Option<*const u8>,
}Expand description
Response to [RSDPRequest]
Fields§
§revision: u64The response revision number
address: Option<*const u8>Address of the RSDP table
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSDPResponse
impl RefUnwindSafe for RSDPResponse
impl !Send for RSDPResponse
impl !Sync for RSDPResponse
impl Unpin for RSDPResponse
impl UnwindSafe for RSDPResponse
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