#[repr(C)]pub struct 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],
pub reserved_padding: [c_char; 1000],
}Fields§
§str_: *mut c_char§len: c_uint§size: c_uint§size_max: c_uint§reserved_internal_buffer: [c_char; 1]§reserved_padding: [c_char; 1000]Trait Implementations§
impl Copy for AVBPrint
impl Eq for AVBPrint
impl StructuralPartialEq for AVBPrint
Auto Trait Implementations§
impl !Send for AVBPrint
impl !Sync for AVBPrint
impl Freeze for AVBPrint
impl RefUnwindSafe for AVBPrint
impl Unpin for AVBPrint
impl UnsafeUnpin for AVBPrint
impl UnwindSafe for 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