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