#[non_exhaustive]pub struct OutputResolutionStackInput { /* private fields */ }
Expand description
Implementations§
source§impl OutputResolutionStackInput
impl OutputResolutionStackInput
sourcepub fn predefined(&self) -> Option<&PredefinedResolution>
pub fn predefined(&self) -> Option<&PredefinedResolution>
sourcepub fn user_defined(&self) -> Option<&UserDefined>
pub fn user_defined(&self) -> Option<&UserDefined>
source§impl OutputResolutionStackInput
impl OutputResolutionStackInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OutputResolutionStackInput
.
Trait Implementations§
source§impl Clone for OutputResolutionStackInput
impl Clone for OutputResolutionStackInput
source§fn clone(&self) -> OutputResolutionStackInput
fn clone(&self) -> OutputResolutionStackInput
Returns a copy 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 OutputResolutionStackInput
impl Debug for OutputResolutionStackInput
source§impl PartialEq<OutputResolutionStackInput> for OutputResolutionStackInput
impl PartialEq<OutputResolutionStackInput> for OutputResolutionStackInput
source§fn eq(&self, other: &OutputResolutionStackInput) -> bool
fn eq(&self, other: &OutputResolutionStackInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.