pub enum TypeExprType {
Sizeof,
SizeofBits,
}Variants§
Trait Implementations§
Source§impl Clone for TypeExprType
impl Clone for TypeExprType
Source§fn clone(&self) -> TypeExprType
fn clone(&self) -> TypeExprType
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 moreSource§impl Debug for TypeExprType
impl Debug for TypeExprType
Source§impl PartialEq for TypeExprType
impl PartialEq for TypeExprType
impl Copy for TypeExprType
impl Eq for TypeExprType
impl StructuralPartialEq for TypeExprType
Auto Trait Implementations§
impl Freeze for TypeExprType
impl RefUnwindSafe for TypeExprType
impl Send for TypeExprType
impl Sync for TypeExprType
impl Unpin for TypeExprType
impl UnwindSafe for TypeExprType
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