pub struct CapturedFeature {
pub code: u16,
pub name: &'static str,
pub data: Vec<u8>,
}Expand description
A single GET CONFIGURATION feature response from the drive.
Fields§
§code: u16§name: &'static str§data: Vec<u8>Trait Implementations§
Source§impl Clone for CapturedFeature
impl Clone for CapturedFeature
Source§fn clone(&self) -> CapturedFeature
fn clone(&self) -> CapturedFeature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CapturedFeature
impl RefUnwindSafe for CapturedFeature
impl Send for CapturedFeature
impl Sync for CapturedFeature
impl Unpin for CapturedFeature
impl UnsafeUnpin for CapturedFeature
impl UnwindSafe for CapturedFeature
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