pub enum NDAttrSource {
Driver,
Param {
port_name: String,
param_name: String,
},
Constant,
}Expand description
Source of an NDAttribute value.
Variants§
Trait Implementations§
Source§impl Clone for NDAttrSource
impl Clone for NDAttrSource
Source§fn clone(&self) -> NDAttrSource
fn clone(&self) -> NDAttrSource
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 NDAttrSource
impl Debug for NDAttrSource
Source§impl PartialEq for NDAttrSource
impl PartialEq for NDAttrSource
impl StructuralPartialEq for NDAttrSource
Auto Trait Implementations§
impl Freeze for NDAttrSource
impl RefUnwindSafe for NDAttrSource
impl Send for NDAttrSource
impl Sync for NDAttrSource
impl Unpin for NDAttrSource
impl UnsafeUnpin for NDAttrSource
impl UnwindSafe for NDAttrSource
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