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