pub struct Cdw11ReadWrite(/* private fields */);
Implementations§
Source§impl Cdw11ReadWrite
impl Cdw11ReadWrite
Sourcepub const fn with_sbla_high_checked(self, value: u32) -> Result<Self, ()>
pub const fn with_sbla_high_checked(self, value: u32) -> Result<Self, ()>
Starting LBA, high 32 bits.
Bits: 0..32
Sourcepub const fn with_sbla_high(self, value: u32) -> Self
pub const fn with_sbla_high(self, value: u32) -> Self
Starting LBA, high 32 bits.
Bits: 0..32
Sourcepub const fn set_sbla_high(&mut self, value: u32)
pub const fn set_sbla_high(&mut self, value: u32)
Starting LBA, high 32 bits.
Bits: 0..32
Trait Implementations§
Source§impl Clone for Cdw11ReadWrite
impl Clone for Cdw11ReadWrite
Source§fn clone(&self) -> Cdw11ReadWrite
fn clone(&self) -> Cdw11ReadWrite
Returns a copy 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 moreSource§impl Debug for Cdw11ReadWrite
impl Debug for Cdw11ReadWrite
Source§impl Default for Cdw11ReadWrite
impl Default for Cdw11ReadWrite
Source§impl From<Cdw11ReadWrite> for u32
impl From<Cdw11ReadWrite> for u32
Source§fn from(v: Cdw11ReadWrite) -> u32
fn from(v: Cdw11ReadWrite) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Cdw11ReadWrite
impl From<u32> for Cdw11ReadWrite
impl Copy for Cdw11ReadWrite
Auto Trait Implementations§
impl Freeze for Cdw11ReadWrite
impl RefUnwindSafe for Cdw11ReadWrite
impl Send for Cdw11ReadWrite
impl Sync for Cdw11ReadWrite
impl Unpin for Cdw11ReadWrite
impl UnwindSafe for Cdw11ReadWrite
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