#[repr(C)]pub struct CRoot { /* private fields */ }Expand description
A C/FFI-compatible wrapper around Root<T>.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CRoot
impl !Send for CRoot
impl !Sync for CRoot
impl Unpin for CRoot
impl UnwindSafe for CRoot
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