#[repr(transparent)]pub struct Endptctrl6(pub u32);Expand description
Endpoint Control 6
Tuple Fields§
§0: u32Implementations§
Source§impl Endptctrl6
impl Endptctrl6
Sourcepub const fn rxt(&self) -> Endptctrl6Rxt
pub const fn rxt(&self) -> Endptctrl6Rxt
RX Endpoint Type
Sourcepub const fn set_rxt(&mut self, val: Endptctrl6Rxt)
pub const fn set_rxt(&mut self, val: Endptctrl6Rxt)
RX Endpoint Type
Sourcepub const fn txt(&self) -> Endptctrl6Txt
pub const fn txt(&self) -> Endptctrl6Txt
TX Endpoint Type
Sourcepub const fn set_txt(&mut self, val: Endptctrl6Txt)
pub const fn set_txt(&mut self, val: Endptctrl6Txt)
TX Endpoint Type
Sourcepub const fn txi(&self) -> Endptctrl6Txi
pub const fn txi(&self) -> Endptctrl6Txi
TX Data Toggle Inhibit
Sourcepub const fn set_txi(&mut self, val: Endptctrl6Txi)
pub const fn set_txi(&mut self, val: Endptctrl6Txi)
TX Data Toggle Inhibit
Trait Implementations§
Source§impl Clone for Endptctrl6
impl Clone for Endptctrl6
Source§fn clone(&self) -> Endptctrl6
fn clone(&self) -> Endptctrl6
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 Endptctrl6
impl Debug for Endptctrl6
Source§impl Default for Endptctrl6
impl Default for Endptctrl6
Source§fn default() -> Endptctrl6
fn default() -> Endptctrl6
Returns the “default value” for a type. Read more
Source§impl PartialEq for Endptctrl6
impl PartialEq for Endptctrl6
impl Copy for Endptctrl6
impl Eq for Endptctrl6
impl StructuralPartialEq for Endptctrl6
Auto Trait Implementations§
impl Freeze for Endptctrl6
impl RefUnwindSafe for Endptctrl6
impl Send for Endptctrl6
impl Sync for Endptctrl6
impl Unpin for Endptctrl6
impl UnwindSafe for Endptctrl6
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