pub enum drmtap_ctx {}Expand description
Opaque capture context
Auto Trait Implementations§
impl Freeze for drmtap_ctx
impl RefUnwindSafe for drmtap_ctx
impl Send for drmtap_ctx
impl Sync for drmtap_ctx
impl Unpin for drmtap_ctx
impl UnsafeUnpin for drmtap_ctx
impl UnwindSafe for drmtap_ctx
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