#[repr(C)]pub struct ClassDeclRecord {
pub data_decl: *mut AstStatClass,
pub ty: TypeId,
}Fields§
§data_decl: *mut AstStatClass§ty: TypeIdTrait Implementations§
Source§impl Clone for ClassDeclRecord
impl Clone for ClassDeclRecord
Source§fn clone(&self) -> ClassDeclRecord
fn clone(&self) -> ClassDeclRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClassDeclRecord
Source§impl Debug for ClassDeclRecord
impl Debug for ClassDeclRecord
Source§impl DenseDefault for ClassDeclRecord
impl DenseDefault for ClassDeclRecord
fn dense_default() -> Self
Auto Trait Implementations§
impl !Send for ClassDeclRecord
impl !Sync for ClassDeclRecord
impl Freeze for ClassDeclRecord
impl RefUnwindSafe for ClassDeclRecord
impl Unpin for ClassDeclRecord
impl UnsafeUnpin for ClassDeclRecord
impl UnwindSafe for ClassDeclRecord
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