#[repr(C)]pub struct RKRConFrameWriter { /* private fields */ }
Expand description
An opaque handle to a Rust ConFrameWriter
object.
The C/C++ side needs to treat this as a void pointer
Auto Trait Implementations§
impl Freeze for RKRConFrameWriter
impl RefUnwindSafe for RKRConFrameWriter
impl Send for RKRConFrameWriter
impl Sync for RKRConFrameWriter
impl Unpin for RKRConFrameWriter
impl UnwindSafe for RKRConFrameWriter
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