#[repr(transparent)]pub struct Tacc(pub u32);Expand description
Transmit Accelerator Function Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl Tacc
impl Tacc
Sourcepub const fn shift16(&self) -> TaccShift16
pub const fn shift16(&self) -> TaccShift16
TX FIFO Shift-16
Sourcepub const fn set_shift16(&mut self, val: TaccShift16)
pub const fn set_shift16(&mut self, val: TaccShift16)
TX FIFO Shift-16
Sourcepub const fn set_prochk(&mut self, val: Prochk)
pub const fn set_prochk(&mut self, val: Prochk)
Enables insertion of protocol checksum.
Trait Implementations§
impl Copy for Tacc
impl Eq for Tacc
impl StructuralPartialEq for Tacc
Auto Trait Implementations§
impl Freeze for Tacc
impl RefUnwindSafe for Tacc
impl Send for Tacc
impl Sync for Tacc
impl Unpin for Tacc
impl UnwindSafe for Tacc
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