pub struct CObject<T: Class> {
pub value: T,
/* private fields */
}Fields§
§value: TImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for CObject<T>
impl<T> RefUnwindSafe for CObject<T>
impl<T> Send for CObject<T>
impl<T> Sync for CObject<T>
impl<T> Unpin for CObject<T>where
T: Unpin,
impl<T> UnsafeUnpin for CObject<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for CObject<T>
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