pub struct CtrlTogChannelInterruptEnable(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CtrlTogChannelInterruptEnable
impl Clone for CtrlTogChannelInterruptEnable
Source§fn clone(&self) -> CtrlTogChannelInterruptEnable
fn clone(&self) -> CtrlTogChannelInterruptEnable
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 From<CtrlTogChannelInterruptEnable> for u8
impl From<CtrlTogChannelInterruptEnable> for u8
Source§fn from(val: CtrlTogChannelInterruptEnable) -> u8
fn from(val: CtrlTogChannelInterruptEnable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CtrlTogChannelInterruptEnable
impl From<u8> for CtrlTogChannelInterruptEnable
Source§fn from(val: u8) -> CtrlTogChannelInterruptEnable
fn from(val: u8) -> CtrlTogChannelInterruptEnable
Converts to this type from the input type.
Source§impl Ord for CtrlTogChannelInterruptEnable
impl Ord for CtrlTogChannelInterruptEnable
Source§fn cmp(&self, other: &CtrlTogChannelInterruptEnable) -> Ordering
fn cmp(&self, other: &CtrlTogChannelInterruptEnable) -> 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 CtrlTogChannelInterruptEnable
impl PartialEq for CtrlTogChannelInterruptEnable
Source§fn eq(&self, other: &CtrlTogChannelInterruptEnable) -> bool
fn eq(&self, other: &CtrlTogChannelInterruptEnable) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CtrlTogChannelInterruptEnable
impl PartialOrd for CtrlTogChannelInterruptEnable
impl Copy for CtrlTogChannelInterruptEnable
impl Eq for CtrlTogChannelInterruptEnable
impl StructuralPartialEq for CtrlTogChannelInterruptEnable
Auto Trait Implementations§
impl Freeze for CtrlTogChannelInterruptEnable
impl RefUnwindSafe for CtrlTogChannelInterruptEnable
impl Send for CtrlTogChannelInterruptEnable
impl Sync for CtrlTogChannelInterruptEnable
impl Unpin for CtrlTogChannelInterruptEnable
impl UnwindSafe for CtrlTogChannelInterruptEnable
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