pub struct ChannelDevice {
pub device_type: Option<ChannelDeviceType>,
pub device_led_count: u32,
}Expand description
Not to be confused with a CueDevice a ChannelDevice is attached to a Channel which is a
“DIY” style LED channel attached to a proper CueDevice.
Fields§
§device_type: Option<ChannelDeviceType>§device_led_count: u32Trait Implementations§
Source§impl Clone for ChannelDevice
impl Clone for ChannelDevice
Source§fn clone(&self) -> ChannelDevice
fn clone(&self) -> ChannelDevice
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 ChannelDevice
impl Debug for ChannelDevice
Source§impl PartialEq for ChannelDevice
impl PartialEq for ChannelDevice
impl StructuralPartialEq for ChannelDevice
Auto Trait Implementations§
impl Freeze for ChannelDevice
impl RefUnwindSafe for ChannelDevice
impl Send for ChannelDevice
impl Sync for ChannelDevice
impl Unpin for ChannelDevice
impl UnwindSafe for ChannelDevice
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