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