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