#[repr(C)]pub struct AVChannelCustom {
pub id: i32,
pub name: [i8; 16],
pub opaque: *mut c_void,
}Fields§
§id: i32§name: [i8; 16]§opaque: *mut c_voidTrait Implementations§
Source§impl Clone for AVChannelCustom
impl Clone for AVChannelCustom
Source§fn clone(&self) -> AVChannelCustom
fn clone(&self) -> AVChannelCustom
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 AVChannelCustom
Auto Trait Implementations§
impl !Send for AVChannelCustom
impl !Sync for AVChannelCustom
impl Freeze for AVChannelCustom
impl RefUnwindSafe for AVChannelCustom
impl Unpin for AVChannelCustom
impl UnsafeUnpin 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