pub struct ExtendedBytesFromIndexAddressDescriptor {
pub cylinder_number: u32,
pub head_number: u8,
pub multi_address_descriptor_start: bool,
pub bytes_from_index: u32,
}
Fields§
§cylinder_number: u32
§head_number: u8
§multi_address_descriptor_start: bool
§bytes_from_index: u32
Trait Implementations§
Source§impl Clone for ExtendedBytesFromIndexAddressDescriptor
impl Clone for ExtendedBytesFromIndexAddressDescriptor
Source§fn clone(&self) -> ExtendedBytesFromIndexAddressDescriptor
fn clone(&self) -> ExtendedBytesFromIndexAddressDescriptor
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 moreimpl Copy for ExtendedBytesFromIndexAddressDescriptor
Auto Trait Implementations§
impl Freeze for ExtendedBytesFromIndexAddressDescriptor
impl RefUnwindSafe for ExtendedBytesFromIndexAddressDescriptor
impl Send for ExtendedBytesFromIndexAddressDescriptor
impl Sync for ExtendedBytesFromIndexAddressDescriptor
impl Unpin for ExtendedBytesFromIndexAddressDescriptor
impl UnwindSafe for ExtendedBytesFromIndexAddressDescriptor
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