#[repr(C, packed(1))]pub struct DtvStats {
pub scale: u8,
pub value: i64,
}Expand description
Used for reading a DTV status property
Fields§
§scale: u8§value: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DtvStats
impl RefUnwindSafe for DtvStats
impl Send for DtvStats
impl Sync for DtvStats
impl Unpin for DtvStats
impl UnwindSafe for DtvStats
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