#[repr(C)]pub struct Mp4parseByteData {
pub length: usize,
pub data: *const u8,
pub indices: *const Indice,
}Fields§
§length: usize§data: *const u8§indices: *const IndiceTrait Implementations§
Source§impl Debug for Mp4parseByteData
impl Debug for Mp4parseByteData
Auto Trait Implementations§
impl Freeze for Mp4parseByteData
impl RefUnwindSafe for Mp4parseByteData
impl !Send for Mp4parseByteData
impl !Sync for Mp4parseByteData
impl Unpin for Mp4parseByteData
impl UnwindSafe for Mp4parseByteData
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