DtvPropertyRequestInt

Type Alias DtvPropertyRequestInt 

Source
pub type DtvPropertyRequestInt<T> = DtvPropertyRequest<T, { _ }>;

Aliased Type§

#[repr(C, packed(1))]
pub struct DtvPropertyRequestInt<T> { /* private fields */ }

Trait Implementations§

Source§

impl<T: Copy + Debug> Debug for DtvPropertyRequestInt<T>

Source§

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

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

impl<T: Copy + Debug> WrappedResult<T> for DtvPropertyRequestInt<T>

Source§

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