Struct limine_protocol::responses::RSDPResponse
source · [−]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 RefUnwindSafe for RSDPResponse
impl !Send for RSDPResponse
impl !Sync for RSDPResponse
impl Unpin for RSDPResponse
impl UnwindSafe for RSDPResponse
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