#[repr(C)]pub struct _GstStreamConsistency { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstStreamConsistency
impl RefUnwindSafe for _GstStreamConsistency
impl !Send for _GstStreamConsistency
impl !Sync for _GstStreamConsistency
impl !Unpin for _GstStreamConsistency
impl UnwindSafe for _GstStreamConsistency
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