#[repr(C)]pub struct AVOptionArrayDef {
pub def: *const c_char,
pub size_min: c_uint,
pub size_max: c_uint,
pub sep: c_char,
}
Fields§
§def: *const c_char
§size_min: c_uint
§size_max: c_uint
§sep: c_char
Trait Implementations§
Source§impl Clone for AVOptionArrayDef
impl Clone for AVOptionArrayDef
Source§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 moreSource§impl Debug for AVOptionArrayDef
impl Debug for AVOptionArrayDef
Source§impl PartialEq for AVOptionArrayDef
impl PartialEq for AVOptionArrayDef
impl Copy for AVOptionArrayDef
impl Eq for AVOptionArrayDef
impl StructuralPartialEq 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