Struct e_drone::protocol::card::Raw [−][src]
pub struct Raw {
pub raw: Vec<i16>,
pub rgb: Vec<u8>,
pub hsvl: Vec<i16>,
pub color: Vec<u8>,
pub card: u8,
}Fields
raw: Vec<i16>rgb: Vec<u8>hsvl: Vec<i16>color: Vec<u8>card: u8Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Raw
impl UnwindSafe for Raw
Blanket Implementations
Mutably borrows from an owned value. Read more