pub struct RKRConFrameBuilder { /* private fields */ }Expand description
An opaque handle to a Rust ConFrameBuilder object.
Auto Trait Implementations§
impl Freeze for RKRConFrameBuilder
impl RefUnwindSafe for RKRConFrameBuilder
impl Send for RKRConFrameBuilder
impl Sync for RKRConFrameBuilder
impl Unpin for RKRConFrameBuilder
impl UnsafeUnpin for RKRConFrameBuilder
impl UnwindSafe for RKRConFrameBuilder
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