pub struct CommandResult {
pub total_descripter_length: usize,
pub lba_status_descriptors: Vec<LbaStatusDescriptor>,
}
Fields§
§total_descripter_length: usize
§lba_status_descriptors: Vec<LbaStatusDescriptor>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandResult
impl RefUnwindSafe for CommandResult
impl Send for CommandResult
impl Sync for CommandResult
impl Unpin for CommandResult
impl UnwindSafe for CommandResult
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