#[repr(transparent)]pub struct AVSideDataProps(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVSideDataProps
impl AVSideDataProps
pub const GLOBAL: AVSideDataProps
pub const MULTI: AVSideDataProps
pub const SIZE_DEPENDENT: AVSideDataProps
pub const COLOR_DEPENDENT: AVSideDataProps
pub const CHANNEL_DEPENDENT: AVSideDataProps
Trait Implementations§
Source§impl Clone for AVSideDataProps
impl Clone for AVSideDataProps
Source§fn clone(&self) -> AVSideDataProps
fn clone(&self) -> AVSideDataProps
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 AVSideDataProps
Source§impl Debug for AVSideDataProps
impl Debug for AVSideDataProps
impl Eq for AVSideDataProps
Source§impl Hash for AVSideDataProps
impl Hash for AVSideDataProps
Source§impl PartialEq for AVSideDataProps
impl PartialEq for AVSideDataProps
impl StructuralPartialEq for AVSideDataProps
Auto Trait Implementations§
impl Freeze for AVSideDataProps
impl RefUnwindSafe for AVSideDataProps
impl Send for AVSideDataProps
impl Sync for AVSideDataProps
impl Unpin for AVSideDataProps
impl UnsafeUnpin for AVSideDataProps
impl UnwindSafe for AVSideDataProps
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