pub struct SizeOfTy(pub Node<TypeName>);
Expand description
SizeOf a type
(C11 6.5.3)
Tuple Fields§
§0: Node<TypeName>
Trait Implementations§
impl StructuralPartialEq for SizeOfTy
Auto Trait Implementations§
impl Freeze for SizeOfTy
impl RefUnwindSafe for SizeOfTy
impl Send for SizeOfTy
impl Sync for SizeOfTy
impl Unpin for SizeOfTy
impl UnwindSafe for SizeOfTy
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