Trait blackmagic_camera_control::rawcommand::Parameter[][src]

pub trait Parameter {
    fn id(&self) -> u8;
fn from_raw(cmd: RawCommand) -> Result<Self, CommandError>
    where
        Self: Sized
;
fn raw_type(&self) -> u8;
fn to_bytes(&self) -> Vec<u8>;
fn normalized_name(&self) -> String; }

Required methods

Implementors