Struct AVDOVIDmLevel3
#[repr(C)]pub struct AVDOVIDmLevel3 {
pub min_pq_offset: u16,
pub max_pq_offset: u16,
pub avg_pq_offset: u16,
}
Fields§
§min_pq_offset: u16
§max_pq_offset: u16
§avg_pq_offset: u16
Trait Implementations§
§impl Clone for AVDOVIDmLevel3
impl Clone for AVDOVIDmLevel3
§fn clone(&self) -> AVDOVIDmLevel3
fn clone(&self) -> AVDOVIDmLevel3
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 AVDOVIDmLevel3
impl Debug for AVDOVIDmLevel3
impl Copy for AVDOVIDmLevel3
Auto Trait Implementations§
impl Freeze for AVDOVIDmLevel3
impl RefUnwindSafe for AVDOVIDmLevel3
impl Send for AVDOVIDmLevel3
impl Sync for AVDOVIDmLevel3
impl Unpin for AVDOVIDmLevel3
impl UnwindSafe for AVDOVIDmLevel3
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