#[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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)