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