pub struct NewObject {
pub class_desc: ClassDescRef,
pub handle: u32,
pub class_data: Vec<ClassData>,
}Expand description
TC_OBJECT: new object.
Fields§
§class_desc: ClassDescRef§handle: u32§class_data: Vec<ClassData>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewObject
impl RefUnwindSafe for NewObject
impl Send for NewObject
impl Sync for NewObject
impl Unpin for NewObject
impl UnsafeUnpin for NewObject
impl UnwindSafe for NewObject
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