pub struct NewEnum {
pub class_desc: ClassDescRef,
pub handle: u32,
pub constant_name: StreamString,
}Expand description
TC_ENUM: new enum constant.
Fields§
§class_desc: ClassDescRef§handle: u32§constant_name: StreamStringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NewEnum
impl RefUnwindSafe for NewEnum
impl Send for NewEnum
impl Sync for NewEnum
impl Unpin for NewEnum
impl UnsafeUnpin for NewEnum
impl UnwindSafe for NewEnum
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