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