pub struct OutputLayout {
pub label: String,
pub uuid: Uuid,
}
Expand description
Represents an output
Fields§
§label: String
§uuid: Uuid
Trait Implementations§
Source§impl Clone for OutputLayout
impl Clone for OutputLayout
Source§fn clone(&self) -> OutputLayout
fn clone(&self) -> OutputLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OutputLayout
impl Debug for OutputLayout
Source§impl From<&OutputLayout> for IOLayout
impl From<&OutputLayout> for IOLayout
Source§fn from(value: &OutputLayout) -> IOLayout
fn from(value: &OutputLayout) -> IOLayout
Converts to this type from the input type.
Source§impl From<&OutputLayout> for Uuid
impl From<&OutputLayout> for Uuid
Source§fn from(value: &OutputLayout) -> Uuid
fn from(value: &OutputLayout) -> Uuid
Converts to this type from the input type.
Source§impl From<OutputLayout> for IOLayout
impl From<OutputLayout> for IOLayout
Source§fn from(value: OutputLayout) -> IOLayout
fn from(value: OutputLayout) -> IOLayout
Converts to this type from the input type.
Source§impl From<OutputLayout> for Uuid
impl From<OutputLayout> for Uuid
Source§fn from(value: OutputLayout) -> Uuid
fn from(value: OutputLayout) -> Uuid
Converts to this type from the input type.
Source§impl Hash for OutputLayout
impl Hash for OutputLayout
Source§impl PartialEq for OutputLayout
impl PartialEq for OutputLayout
Source§impl TryFrom<IOLayout> for OutputLayout
impl TryFrom<IOLayout> for OutputLayout
impl Eq for OutputLayout
impl StructuralPartialEq for OutputLayout
Auto Trait Implementations§
impl Freeze for OutputLayout
impl RefUnwindSafe for OutputLayout
impl Send for OutputLayout
impl Sync for OutputLayout
impl Unpin for OutputLayout
impl UnwindSafe for OutputLayout
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.