#[repr(transparent)]pub struct SeekMode(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl SeekMode
impl SeekMode
pub const AMEDIAEXTRACTOR_SEEK_PREVIOUS_SYNC: SeekMode = _
sourceimpl SeekMode
impl SeekMode
pub const AMEDIAEXTRACTOR_SEEK_NEXT_SYNC: SeekMode = _
sourceimpl SeekMode
impl SeekMode
pub const AMEDIAEXTRACTOR_SEEK_CLOSEST_SYNC: SeekMode = _
Trait Implementations
impl Copy for SeekMode
impl Eq for SeekMode
impl StructuralEq for SeekMode
impl StructuralPartialEq for SeekMode
Auto Trait Implementations
impl RefUnwindSafe for SeekMode
impl Send for SeekMode
impl Sync for SeekMode
impl Unpin for SeekMode
impl UnwindSafe for SeekMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more