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