#[repr(C)]pub struct ogg_sync_state {
pub data: *mut c_uchar,
pub storage: c_int,
pub fill: c_int,
pub returned: c_int,
pub unsynced: c_int,
pub headerbytes: c_int,
pub bodybytes: c_int,
}Fields§
§data: *mut c_uchar§storage: c_int§fill: c_int§returned: c_int§unsynced: c_int§headerbytes: c_int§bodybytes: c_intAuto Trait Implementations§
impl Freeze for ogg_sync_state
impl RefUnwindSafe for ogg_sync_state
impl !Send for ogg_sync_state
impl !Sync for ogg_sync_state
impl Unpin for ogg_sync_state
impl UnwindSafe for ogg_sync_state
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