pub struct ClassInfoWithTypes {
pub class_info: ClassInfo,
pub member_type_info: Option<MemberTypeInfo>,
pub library_id: Option<i32>,
}Expand description
Metadata for a class including its types if available.
Fields§
§class_info: ClassInfo§member_type_info: Option<MemberTypeInfo>§library_id: Option<i32>Trait Implementations§
Source§impl Clone for ClassInfoWithTypes
impl Clone for ClassInfoWithTypes
Source§fn clone(&self) -> ClassInfoWithTypes
fn clone(&self) -> ClassInfoWithTypes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ClassInfoWithTypes
impl RefUnwindSafe for ClassInfoWithTypes
impl Send for ClassInfoWithTypes
impl Sync for ClassInfoWithTypes
impl Unpin for ClassInfoWithTypes
impl UnwindSafe for ClassInfoWithTypes
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