#[repr(C)]pub struct USB_DMA_channel {
pub IRQ: u32,
pub CNTL: u32,
pub ADDR: u32,
pub COUNT: u32,
}Fields§
§IRQ: u32§CNTL: u32§ADDR: u32§COUNT: u32Trait Implementations§
Source§impl Clone for USB_DMA_channel
impl Clone for USB_DMA_channel
Source§fn clone(&self) -> USB_DMA_channel
fn clone(&self) -> USB_DMA_channel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_DMA_channel
impl Debug for USB_DMA_channel
impl Copy for USB_DMA_channel
Auto Trait Implementations§
impl Freeze for USB_DMA_channel
impl RefUnwindSafe for USB_DMA_channel
impl Send for USB_DMA_channel
impl Sync for USB_DMA_channel
impl Unpin for USB_DMA_channel
impl UnsafeUnpin for USB_DMA_channel
impl UnwindSafe for USB_DMA_channel
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