pub struct OutDesc {
pub name: String,
pub kind: HaystackKind,
}Expand description
The description of an output pin
Fields§
§name: StringThe output’s name
kind: HaystackKindThe output’s haystack kind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutDesc
impl RefUnwindSafe for OutDesc
impl Send for OutDesc
impl Sync for OutDesc
impl Unpin for OutDesc
impl UnwindSafe for OutDesc
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