pub struct EfiSystemTableRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl LimineRequest for EfiSystemTableRequest
impl LimineRequest for EfiSystemTableRequest
type Response = EfiSystemTableResponse
fn get_response(&self) -> Option<&Self::Response>
Auto Trait Implementations§
impl Freeze for EfiSystemTableRequest
impl RefUnwindSafe for EfiSystemTableRequest
impl Send for EfiSystemTableRequest
impl Sync for EfiSystemTableRequest
impl Unpin for EfiSystemTableRequest
impl UnwindSafe for EfiSystemTableRequest
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