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