DtvPropertyRequestVoid

Type Alias DtvPropertyRequestVoid 

Source
pub type DtvPropertyRequestVoid = DtvPropertyRequest<(), DATA_SIZE>;

Aliased Type§

#[repr(C, packed(1))]
pub struct DtvPropertyRequestVoid { /* private fields */ }

Trait Implementations§

Source§

impl Debug for DtvPropertyRequestVoid

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl WrappedResult<()> for DtvPropertyRequestVoid

Source§

fn get(&self) -> Result<()>