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