pub(super) struct TypeInfo {
pub flags: TypeFlags,
pub uniform_layout: Result<Alignment, (Handle<Type>, Disalignment)>,
pub storage_layout: Result<Alignment, (Handle<Type>, Disalignment)>,
}
Fields§
§flags: TypeFlags
§uniform_layout: Result<Alignment, (Handle<Type>, Disalignment)>
§storage_layout: Result<Alignment, (Handle<Type>, Disalignment)>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeInfo
impl RefUnwindSafe for TypeInfo
impl Send for TypeInfo
impl Sync for TypeInfo
impl Unpin for TypeInfo
impl UnwindSafe for TypeInfo
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