pub struct NewClass {
pub class_desc: ClassDescRef,
pub handle: u32,
}Expand description
TC_CLASS: reference to a class.
Fields§
§class_desc: ClassDescRef§handle: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewClass
impl RefUnwindSafe for NewClass
impl Send for NewClass
impl Sync for NewClass
impl Unpin for NewClass
impl UnsafeUnpin for NewClass
impl UnwindSafe for NewClass
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