#[repr(C)]pub struct CHANNEL { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl CHANNEL
impl CHANNEL
Sourcepub const fn destination(&self) -> &DESTINATION
pub const fn destination(&self) -> &DESTINATION
0x04 - Destination address
Sourcepub const fn linked_list(&self) -> &LINKED_LIST
pub const fn linked_list(&self) -> &LINKED_LIST
0x08 - Linked list buffer base address
Auto Trait Implementations§
impl !Freeze for CHANNEL
impl !RefUnwindSafe for CHANNEL
impl Send for CHANNEL
impl !Sync for CHANNEL
impl Unpin for CHANNEL
impl UnwindSafe for 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