#[repr(C)]pub struct AVOption {
pub _address: u8,
}Expand description
a pointer to the first option specified in the class if any or NULL
@see av_set_default_options()
Fields§
§_address: u8Trait Implementations§
Source§impl Ord for AVOption
impl Ord for AVOption
Source§impl PartialOrd for AVOption
impl PartialOrd for AVOption
impl Copy for AVOption
impl Eq for AVOption
impl StructuralPartialEq for AVOption
Auto Trait Implementations§
impl Freeze for AVOption
impl RefUnwindSafe for AVOption
impl Send for AVOption
impl Sync for AVOption
impl Unpin for AVOption
impl UnwindSafe for AVOption
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