pub struct CtrlChannelInterruptEnable(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CtrlChannelInterruptEnable
impl Clone for CtrlChannelInterruptEnable
Source§fn clone(&self) -> CtrlChannelInterruptEnable
fn clone(&self) -> CtrlChannelInterruptEnable
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 CtrlChannelInterruptEnable
impl Debug for CtrlChannelInterruptEnable
Source§impl From<CtrlChannelInterruptEnable> for u8
impl From<CtrlChannelInterruptEnable> for u8
Source§fn from(val: CtrlChannelInterruptEnable) -> u8
fn from(val: CtrlChannelInterruptEnable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlChannelInterruptEnable
impl From<u8> for CtrlChannelInterruptEnable
Source§fn from(val: u8) -> CtrlChannelInterruptEnable
fn from(val: u8) -> CtrlChannelInterruptEnable
Converts to this type from the input type.
Source§impl Ord for CtrlChannelInterruptEnable
impl Ord for CtrlChannelInterruptEnable
Source§fn cmp(&self, other: &CtrlChannelInterruptEnable) -> Ordering
fn cmp(&self, other: &CtrlChannelInterruptEnable) -> 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 PartialOrd for CtrlChannelInterruptEnable
impl PartialOrd for CtrlChannelInterruptEnable
impl Copy for CtrlChannelInterruptEnable
impl Eq for CtrlChannelInterruptEnable
impl StructuralPartialEq for CtrlChannelInterruptEnable
Auto Trait Implementations§
impl Freeze for CtrlChannelInterruptEnable
impl RefUnwindSafe for CtrlChannelInterruptEnable
impl Send for CtrlChannelInterruptEnable
impl Sync for CtrlChannelInterruptEnable
impl Unpin for CtrlChannelInterruptEnable
impl UnwindSafe for CtrlChannelInterruptEnable
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