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