pub struct Active6333(/* private fields */);Implementations§
Source§impl Active6333
impl Active6333
Sourcepub const NOT_ACTIVE: Self
pub const NOT_ACTIVE: Self
The relevant DMA channel is not active.
Source§impl Active6333
impl Active6333
Trait Implementations§
Source§impl Clone for Active6333
impl Clone for Active6333
Source§fn clone(&self) -> Active6333
fn clone(&self) -> Active6333
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 Active6333
impl Debug for Active6333
Source§impl From<Active6333> for u32
impl From<Active6333> for u32
Source§fn from(val: Active6333) -> u32
fn from(val: Active6333) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Active6333
impl From<u32> for Active6333
Source§fn from(val: u32) -> Active6333
fn from(val: u32) -> Active6333
Converts to this type from the input type.
Source§impl Ord for Active6333
impl Ord for Active6333
Source§fn cmp(&self, other: &Active6333) -> Ordering
fn cmp(&self, other: &Active6333) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Active6333
impl PartialEq for Active6333
Source§impl PartialOrd for Active6333
impl PartialOrd for Active6333
impl Copy for Active6333
impl Eq for Active6333
impl StructuralPartialEq for Active6333
Auto Trait Implementations§
impl Freeze for Active6333
impl RefUnwindSafe for Active6333
impl Send for Active6333
impl Sync for Active6333
impl Unpin for Active6333
impl UnwindSafe for Active6333
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