Struct ffmpeg::ffi::AVChannelCustom
source · #[repr(C)]pub struct AVChannelCustom {
pub id: c_int,
pub name: [c_char; 16],
pub opaque: *mut c_void,
}
Fields§
§id: c_int
§name: [c_char; 16]
§opaque: *mut c_void
Trait Implementations§
source§impl Clone for AVChannelCustom
impl Clone for AVChannelCustom
source§fn clone(&self) -> AVChannelCustom
fn clone(&self) -> AVChannelCustom
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 AVChannelCustom
impl Debug for AVChannelCustom
impl Copy for AVChannelCustom
Auto Trait Implementations§
impl RefUnwindSafe for AVChannelCustom
impl !Send for AVChannelCustom
impl !Sync for AVChannelCustom
impl Unpin for AVChannelCustom
impl UnwindSafe for AVChannelCustom
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