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