pub struct UserBootAreaInformationInquiry {}Expand description
Requests information about the device’s user boot areas
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserBootAreaInformationInquiry
impl RefUnwindSafe for UserBootAreaInformationInquiry
impl Send for UserBootAreaInformationInquiry
impl Sync for UserBootAreaInformationInquiry
impl Unpin for UserBootAreaInformationInquiry
impl UnwindSafe for UserBootAreaInformationInquiry
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