#[repr(transparent)]pub struct TcdNbytesMloffyes(pub u32);Expand description
TCD Transfer Size with Minor Loop Offsets
Tuple Fields§
§0: u32Implementations§
Source§impl TcdNbytesMloffyes
impl TcdNbytesMloffyes
Sourcepub const fn set_nbytes(&mut self, val: u16)
pub const fn set_nbytes(&mut self, val: u16)
Number of Bytes To Transfer Per Service Request
Sourcepub const fn dmloe(&self) -> TcdNbytesMloffyesDmloe
pub const fn dmloe(&self) -> TcdNbytesMloffyesDmloe
Destination Minor Loop Offset Enable
Sourcepub const fn set_dmloe(&mut self, val: TcdNbytesMloffyesDmloe)
pub const fn set_dmloe(&mut self, val: TcdNbytesMloffyesDmloe)
Destination Minor Loop Offset Enable
Sourcepub const fn smloe(&self) -> TcdNbytesMloffyesSmloe
pub const fn smloe(&self) -> TcdNbytesMloffyesSmloe
Source Minor Loop Offset Enable
Sourcepub const fn set_smloe(&mut self, val: TcdNbytesMloffyesSmloe)
pub const fn set_smloe(&mut self, val: TcdNbytesMloffyesSmloe)
Source Minor Loop Offset Enable
Trait Implementations§
Source§impl Clone for TcdNbytesMloffyes
impl Clone for TcdNbytesMloffyes
Source§fn clone(&self) -> TcdNbytesMloffyes
fn clone(&self) -> TcdNbytesMloffyes
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 moreSource§impl Debug for TcdNbytesMloffyes
impl Debug for TcdNbytesMloffyes
Source§impl Default for TcdNbytesMloffyes
impl Default for TcdNbytesMloffyes
Source§fn default() -> TcdNbytesMloffyes
fn default() -> TcdNbytesMloffyes
Returns the “default value” for a type. Read more
Source§impl PartialEq for TcdNbytesMloffyes
impl PartialEq for TcdNbytesMloffyes
impl Copy for TcdNbytesMloffyes
impl Eq for TcdNbytesMloffyes
impl StructuralPartialEq for TcdNbytesMloffyes
Auto Trait Implementations§
impl Freeze for TcdNbytesMloffyes
impl RefUnwindSafe for TcdNbytesMloffyes
impl Send for TcdNbytesMloffyes
impl Sync for TcdNbytesMloffyes
impl Unpin for TcdNbytesMloffyes
impl UnwindSafe for TcdNbytesMloffyes
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