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