pub struct LedColorFromFfiError(/* private fields */);Expand description
An error for if the iCUE SDK returns invalid color values that aren’t between 0-255.
Trait Implementations§
Source§impl Clone for LedColorFromFfiError
impl Clone for LedColorFromFfiError
Source§fn clone(&self) -> LedColorFromFfiError
fn clone(&self) -> LedColorFromFfiError
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 LedColorFromFfiError
impl Debug for LedColorFromFfiError
Source§impl Display for LedColorFromFfiError
impl Display for LedColorFromFfiError
Source§impl Fail for LedColorFromFfiError
impl Fail for LedColorFromFfiError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl PartialEq for LedColorFromFfiError
impl PartialEq for LedColorFromFfiError
impl StructuralPartialEq for LedColorFromFfiError
Auto Trait Implementations§
impl Freeze for LedColorFromFfiError
impl RefUnwindSafe for LedColorFromFfiError
impl Send for LedColorFromFfiError
impl Sync for LedColorFromFfiError
impl Unpin for LedColorFromFfiError
impl UnwindSafe for LedColorFromFfiError
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