pub struct MirOutputTargetList {
pub targets: Vec<MirOutputTarget>,
pub requested_outputs: RequestedOutputCount,
}Fields§
§targets: Vec<MirOutputTarget>§requested_outputs: RequestedOutputCountImplementations§
Trait Implementations§
Source§impl Clone for MirOutputTargetList
impl Clone for MirOutputTargetList
Source§fn clone(&self) -> MirOutputTargetList
fn clone(&self) -> MirOutputTargetList
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 MirOutputTargetList
impl Debug for MirOutputTargetList
Source§impl<'de> Deserialize<'de> for MirOutputTargetList
impl<'de> Deserialize<'de> for MirOutputTargetList
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 MirOutputTargetList
impl PartialEq for MirOutputTargetList
Source§fn eq(&self, other: &MirOutputTargetList) -> bool
fn eq(&self, other: &MirOutputTargetList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MirOutputTargetList
impl Serialize for MirOutputTargetList
impl StructuralPartialEq for MirOutputTargetList
Auto Trait Implementations§
impl Freeze for MirOutputTargetList
impl RefUnwindSafe for MirOutputTargetList
impl Send for MirOutputTargetList
impl Sync for MirOutputTargetList
impl Unpin for MirOutputTargetList
impl UnsafeUnpin for MirOutputTargetList
impl UnwindSafe for MirOutputTargetList
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