Enum moore_vhdl_syntax::ast::ObjDetail
[−]
[src]
pub enum ObjDetail { Register, Bus, Open(Option<Expr>, Expr), }
Additional mutually exclusive details that may be provided with an object declaration.
Variants
Register
Bus
Open(Option<Expr>, Expr)
A file opening action.
Trait Implementations
impl Clone for ObjDetail
[src]
fn clone(&self) -> ObjDetail
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ObjDetail
[src]
impl PartialEq for ObjDetail
[src]
fn eq(&self, __arg_0: &ObjDetail) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ObjDetail) -> bool
[src]
This method tests for !=
.
impl Eq for ObjDetail
[src]
impl Encodable for ObjDetail
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
[src]
Serialize a value using an Encoder
.