Struct AVDOVIDmLevel1
#[repr(C)]pub struct AVDOVIDmLevel1 {
pub min_pq: u16,
pub max_pq: u16,
pub avg_pq: u16,
}
Fields§
§min_pq: u16
§max_pq: u16
§avg_pq: u16
Trait Implementations§
§impl Clone for AVDOVIDmLevel1
impl Clone for AVDOVIDmLevel1
§fn clone(&self) -> AVDOVIDmLevel1
fn clone(&self) -> AVDOVIDmLevel1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVDOVIDmLevel1
impl Debug for AVDOVIDmLevel1
impl Copy for AVDOVIDmLevel1
Auto Trait Implementations§
impl Freeze for AVDOVIDmLevel1
impl RefUnwindSafe for AVDOVIDmLevel1
impl Send for AVDOVIDmLevel1
impl Sync for AVDOVIDmLevel1
impl Unpin for AVDOVIDmLevel1
impl UnwindSafe for AVDOVIDmLevel1
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