pub struct Ty {
pub kind: TyKind,
pub layout: Option<TyLayout>,
pub name: Option<String>,
pub variants_recursive: Vec<u16>,
}Fields§
§kind: TyKind§layout: Option<TyLayout>§name: Option<String>§variants_recursive: Vec<u16>Implementations§
Trait Implementations§
impl Eq for Ty
Auto Trait Implementations§
impl Freeze for Ty
impl RefUnwindSafe for Ty
impl Send for Ty
impl Sync for Ty
impl Unpin for Ty
impl UnsafeUnpin for Ty
impl UnwindSafe for Ty
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