#[repr(transparent)]pub struct BlkAtt(pub u32);Expand description
Block Attributes
Tuple Fields§
§0: u32Implementations§
Source§impl BlkAtt
impl BlkAtt
Sourcepub const fn set_blksize(&mut self, val: Blksize)
pub const fn set_blksize(&mut self, val: Blksize)
Transfer block size
Sourcepub const fn set_blkcnt(&mut self, val: Blkcnt)
pub const fn set_blkcnt(&mut self, val: Blkcnt)
Blocks count for current transfer
Trait Implementations§
impl Copy for BlkAtt
impl Eq for BlkAtt
impl StructuralPartialEq for BlkAtt
Auto Trait Implementations§
impl Freeze for BlkAtt
impl RefUnwindSafe for BlkAtt
impl Send for BlkAtt
impl Sync for BlkAtt
impl Unpin for BlkAtt
impl UnwindSafe for BlkAtt
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