pub struct Act(/* private fields */);Implementations§
Source§impl Act
impl Act
Sourcepub const NOT_ACTIVE: Self
pub const NOT_ACTIVE: Self
DMAchannel 0 is not active.
Trait Implementations§
Source§impl Ord for Act
impl Ord for Act
Source§impl PartialOrd for Act
impl PartialOrd for Act
impl Copy for Act
impl Eq for Act
impl StructuralPartialEq for Act
Auto Trait Implementations§
impl Freeze for Act
impl RefUnwindSafe for Act
impl Send for Act
impl Sync for Act
impl Unpin for Act
impl UnwindSafe for Act
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