pub struct OutputTargetList {
pub requested_outputs: RequestedOutputCount,
pub targets: Vec<OutputTarget>,
}Fields§
§requested_outputs: RequestedOutputCount§targets: Vec<OutputTarget>Trait Implementations§
Source§impl Clone for OutputTargetList
impl Clone for OutputTargetList
Source§fn clone(&self) -> OutputTargetList
fn clone(&self) -> OutputTargetList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputTargetList
impl Debug for OutputTargetList
Source§impl<'de> Deserialize<'de> for OutputTargetList
impl<'de> Deserialize<'de> for OutputTargetList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OutputTargetList
impl PartialEq for OutputTargetList
Source§fn eq(&self, other: &OutputTargetList) -> bool
fn eq(&self, other: &OutputTargetList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OutputTargetList
impl Serialize for OutputTargetList
impl StructuralPartialEq for OutputTargetList
Auto Trait Implementations§
impl Freeze for OutputTargetList
impl RefUnwindSafe for OutputTargetList
impl Send for OutputTargetList
impl Sync for OutputTargetList
impl Unpin for OutputTargetList
impl UnsafeUnpin for OutputTargetList
impl UnwindSafe for OutputTargetList
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