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