Struct ff_pad_helper_AVBPrint
#[repr(C)]pub struct ff_pad_helper_AVBPrint {
pub str_: *mut i8,
pub len: u32,
pub size: u32,
pub size_max: u32,
pub reserved_internal_buffer: [i8; 1],
}
Fields§
§str_: *mut i8
§len: u32
§size: u32
§size_max: u32
§reserved_internal_buffer: [i8; 1]
Trait Implementations§
§impl Clone for ff_pad_helper_AVBPrint
impl Clone for ff_pad_helper_AVBPrint
§fn clone(&self) -> ff_pad_helper_AVBPrint
fn clone(&self) -> ff_pad_helper_AVBPrint
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 more§impl Debug for ff_pad_helper_AVBPrint
impl Debug for ff_pad_helper_AVBPrint
impl Copy for ff_pad_helper_AVBPrint
Auto Trait Implementations§
impl Freeze for ff_pad_helper_AVBPrint
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§
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