Struct ruststep::ap201::explicit_draughting::PresentationLayerUsage [−][src]
pub struct PresentationLayerUsage {
pub assignment: PresentationLayerAssignment,
pub presentation: PresentationRepresentationAny,
}
Fields
assignment: PresentationLayerAssignment
presentation: PresentationRepresentationAny
Implementations
pub fn new(
assignment: PresentationLayerAssignment,
presentation: PresentationRepresentationAny
) -> Self
pub fn new(
assignment: PresentationLayerAssignment,
presentation: PresentationRepresentationAny
) -> Self
Constructs a new PresentationLayerUsage
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PresentationLayerUsage
impl Send for PresentationLayerUsage
impl Sync for PresentationLayerUsage
impl Unpin for PresentationLayerUsage
impl UnwindSafe for PresentationLayerUsage
Blanket Implementations
Mutably borrows from an owned value. Read more