#[repr(u8)]pub enum FstFileType {
Verilog = 0,
Vhdl = 1,
VerilogVhdl = 2,
}Variants§
Trait Implementations§
Source§impl Clone for FstFileType
impl Clone for FstFileType
Source§fn clone(&self) -> FstFileType
fn clone(&self) -> FstFileType
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 FstFileType
impl Debug for FstFileType
Source§impl PartialEq for FstFileType
impl PartialEq for FstFileType
impl Copy for FstFileType
impl StructuralPartialEq for FstFileType
Auto Trait Implementations§
impl Freeze for FstFileType
impl RefUnwindSafe for FstFileType
impl Send for FstFileType
impl Sync for FstFileType
impl Unpin for FstFileType
impl UnwindSafe for FstFileType
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