pub enum TypeGround {
Clock,
Reset,
AsyncReset,
UInt(Option<Width>),
SInt(Option<Width>),
}Variants§
Trait Implementations§
Source§impl Clone for TypeGround
impl Clone for TypeGround
Source§fn clone(&self) -> TypeGround
fn clone(&self) -> TypeGround
Returns a copy 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 TypeGround
impl Debug for TypeGround
Source§impl Display for TypeGround
impl Display for TypeGround
Source§impl Hash for TypeGround
impl Hash for TypeGround
Source§impl Ord for TypeGround
impl Ord for TypeGround
Source§fn cmp(&self, other: &TypeGround) -> Ordering
fn cmp(&self, other: &TypeGround) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TypeGround
impl PartialEq for TypeGround
Source§impl PartialOrd for TypeGround
impl PartialOrd for TypeGround
impl Eq for TypeGround
impl StructuralPartialEq for TypeGround
Auto Trait Implementations§
impl Freeze for TypeGround
impl RefUnwindSafe for TypeGround
impl Send for TypeGround
impl Sync for TypeGround
impl Unpin for TypeGround
impl UnwindSafe for TypeGround
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