#[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: i8Trait Implementations§
Source§impl Clone for AVOptionArrayDef
impl Clone for AVOptionArrayDef
Source§fn clone(&self) -> AVOptionArrayDef
fn clone(&self) -> AVOptionArrayDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVOptionArrayDef
Auto Trait Implementations§
impl !Send for AVOptionArrayDef
impl !Sync for AVOptionArrayDef
impl Freeze for AVOptionArrayDef
impl RefUnwindSafe for AVOptionArrayDef
impl Unpin for AVOptionArrayDef
impl UnsafeUnpin 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