#[repr(C)]pub struct USB_endpoint_regs_t {
pub TX_MAX_P: u16,
pub TX_CSR: u16,
pub RX_MAX_P: u16,
pub RX_CSR: u16,
pub RX_COUNT: u16,
pub TX_TYPE: u8,
pub TX_INTERVAL: u8,
pub RX_TYPE: u8,
pub RX_INTERVAL: u8,
pub RESERVED: u8,
pub FIFO_SIZE: u8,
}Fields§
§TX_MAX_P: u16§TX_CSR: u16§RX_MAX_P: u16§RX_CSR: u16§RX_COUNT: u16§TX_TYPE: u8§TX_INTERVAL: u8§RX_TYPE: u8§RX_INTERVAL: u8§RESERVED: u8§FIFO_SIZE: u8Trait Implementations§
Source§impl Clone for USB_endpoint_regs_t
impl Clone for USB_endpoint_regs_t
Source§fn clone(&self) -> USB_endpoint_regs_t
fn clone(&self) -> USB_endpoint_regs_t
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 USB_endpoint_regs_t
impl Debug for USB_endpoint_regs_t
impl Copy for USB_endpoint_regs_t
Auto Trait Implementations§
impl Freeze for USB_endpoint_regs_t
impl RefUnwindSafe for USB_endpoint_regs_t
impl Send for USB_endpoint_regs_t
impl Sync for USB_endpoint_regs_t
impl Unpin for USB_endpoint_regs_t
impl UnwindSafe for USB_endpoint_regs_t
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