Struct AVOptionArrayDef
#[repr(C)]pub struct AVOptionArrayDef {
pub def: *const i8,
pub size_min: u32,
pub size_max: u32,
pub sep: i8,
}
Fields§
§def: *const i8
§size_min: u32
§size_max: u32
§sep: i8
Trait Implementations§
§impl Clone for AVOptionArrayDef
impl Clone for AVOptionArrayDef
§fn clone(&self) -> AVOptionArrayDef
fn clone(&self) -> AVOptionArrayDef
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 AVOptionArrayDef
impl Debug for AVOptionArrayDef
impl Copy for AVOptionArrayDef
Auto Trait Implementations§
impl Freeze for AVOptionArrayDef
impl RefUnwindSafe for AVOptionArrayDef
impl !Send for AVOptionArrayDef
impl !Sync for AVOptionArrayDef
impl Unpin for AVOptionArrayDef
impl UnwindSafe for AVOptionArrayDef
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