#[repr(C, packed(1))]pub struct dtv_stats {
pub scale: __u8,
pub __bindgen_anon_1: dtv_stats__bindgen_ty_1,
}Fields§
§scale: __u8§__bindgen_anon_1: dtv_stats__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for dtv_stats
impl RefUnwindSafe for dtv_stats
impl Send for dtv_stats
impl Sync for dtv_stats
impl Unpin for dtv_stats
impl UnsafeUnpin for dtv_stats
impl UnwindSafe for dtv_stats
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