pub struct ChannelDeviceFromFfiError {
pub device_led_count: i32,
}Expand description
The various errors that can happen when reading a ChannelDevice from the iCUE SDK.
Fields§
§device_led_count: i32Trait Implementations§
Source§impl Clone for ChannelDeviceFromFfiError
impl Clone for ChannelDeviceFromFfiError
Source§fn clone(&self) -> ChannelDeviceFromFfiError
fn clone(&self) -> ChannelDeviceFromFfiError
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 ChannelDeviceFromFfiError
impl Debug for ChannelDeviceFromFfiError
Source§impl Display for ChannelDeviceFromFfiError
impl Display for ChannelDeviceFromFfiError
Source§impl Fail for ChannelDeviceFromFfiError
impl Fail for ChannelDeviceFromFfiError
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 moreimpl StructuralPartialEq for ChannelDeviceFromFfiError
Auto Trait Implementations§
impl Freeze for ChannelDeviceFromFfiError
impl RefUnwindSafe for ChannelDeviceFromFfiError
impl Send for ChannelDeviceFromFfiError
impl Sync for ChannelDeviceFromFfiError
impl Unpin for ChannelDeviceFromFfiError
impl UnwindSafe for ChannelDeviceFromFfiError
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