Struct ffmpeg_sys_next::ff_pad_helper_AVBPrint
source · [−]#[repr(C)]pub struct ff_pad_helper_AVBPrint {
pub str_: *mut c_char,
pub len: c_uint,
pub size: c_uint,
pub size_max: c_uint,
pub reserved_internal_buffer: [c_char; 1],
}Fields
str_: *mut c_charlen: c_uintsize: c_uintsize_max: c_uintreserved_internal_buffer: [c_char; 1]Trait Implementations
sourceimpl Clone for ff_pad_helper_AVBPrint
impl Clone for ff_pad_helper_AVBPrint
sourcefn clone(&self) -> ff_pad_helper_AVBPrint
fn clone(&self) -> ff_pad_helper_AVBPrint
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ff_pad_helper_AVBPrint
impl Debug for ff_pad_helper_AVBPrint
sourceimpl PartialEq<ff_pad_helper_AVBPrint> for ff_pad_helper_AVBPrint
impl PartialEq<ff_pad_helper_AVBPrint> for ff_pad_helper_AVBPrint
sourcefn eq(&self, other: &ff_pad_helper_AVBPrint) -> bool
fn eq(&self, other: &ff_pad_helper_AVBPrint) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ff_pad_helper_AVBPrint) -> bool
fn ne(&self, other: &ff_pad_helper_AVBPrint) -> bool
This method tests for !=.
impl Copy for ff_pad_helper_AVBPrint
impl Eq for ff_pad_helper_AVBPrint
impl StructuralEq for ff_pad_helper_AVBPrint
impl StructuralPartialEq for ff_pad_helper_AVBPrint
Auto Trait Implementations
impl RefUnwindSafe for ff_pad_helper_AVBPrint
impl !Send for ff_pad_helper_AVBPrint
impl !Sync for ff_pad_helper_AVBPrint
impl Unpin for ff_pad_helper_AVBPrint
impl UnwindSafe for ff_pad_helper_AVBPrint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more