pub enum Type<'m> {
Word,
Long,
Float,
Double,
Byte,
Short,
Typedef(&'m Typedef<'m>),
}Variants§
Implementations§
Trait Implementations§
impl<'m> Copy for Type<'m>
Auto Trait Implementations§
impl<'m> Freeze for Type<'m>
impl<'m> RefUnwindSafe for Type<'m>
impl<'m> Send for Type<'m>
impl<'m> Sync for Type<'m>
impl<'m> Unpin for Type<'m>
impl<'m> UnwindSafe for Type<'m>
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