pub enum IntfObjKind {
Const,
Signal,
Var,
File,
}
Variants§
Trait Implementations§
Source§impl Clone for IntfObjKind
impl Clone for IntfObjKind
Source§fn clone(&self) -> IntfObjKind
fn clone(&self) -> IntfObjKind
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 IntfObjKind
impl Debug for IntfObjKind
Source§impl PartialEq for IntfObjKind
impl PartialEq for IntfObjKind
impl Copy for IntfObjKind
impl Eq for IntfObjKind
impl StructuralPartialEq for IntfObjKind
Auto Trait Implementations§
impl Freeze for IntfObjKind
impl RefUnwindSafe for IntfObjKind
impl Send for IntfObjKind
impl Sync for IntfObjKind
impl Unpin for IntfObjKind
impl UnwindSafe for IntfObjKind
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