#[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§
Auto Trait Implementations§
impl Freeze for AVBPrint
impl RefUnwindSafe for AVBPrint
impl !Send for AVBPrint
impl !Sync for AVBPrint
impl Unpin 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