#[repr(C, packed(1))]pub struct dtv_fe_stats {
pub len: __u8,
pub stat: [dtv_stats; 4],
}Fields§
§len: __u8§stat: [dtv_stats; 4]Trait Implementations§
Source§impl Clone for dtv_fe_stats
impl Clone for dtv_fe_stats
Source§fn clone(&self) -> dtv_fe_stats
fn clone(&self) -> dtv_fe_stats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dtv_fe_stats
Auto Trait Implementations§
impl Freeze for dtv_fe_stats
impl RefUnwindSafe for dtv_fe_stats
impl Send for dtv_fe_stats
impl Sync for dtv_fe_stats
impl Unpin for dtv_fe_stats
impl UnsafeUnpin for dtv_fe_stats
impl UnwindSafe for dtv_fe_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