pub struct G213Model;
Implementations§
Trait Implementations§
Source§impl GDeviceModel for G213Model
impl GDeviceModel for G213Model
fn get_sectors(&self) -> u8
fn get_default_color(&self) -> RgbColor
fn get_name(&self) -> &'static str
fn get_type(&self) -> DeviceType
fn usb_product_id(&self) -> u16
Auto Trait Implementations§
impl Freeze for G213Model
impl RefUnwindSafe for G213Model
impl Send for G213Model
impl Sync for G213Model
impl Unpin for G213Model
impl UnwindSafe for G213Model
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