pub struct ViewportDescriptorDeclaration {
pub descriptor: ViewportDescriptor,
pub importance: Importance,
}
Fields§
§descriptor: ViewportDescriptor
§importance: Importance
Trait Implementations§
Source§impl Clone for ViewportDescriptorDeclaration
impl Clone for ViewportDescriptorDeclaration
Source§fn clone(&self) -> ViewportDescriptorDeclaration
fn clone(&self) -> ViewportDescriptorDeclaration
Returns a duplicate 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 PartialEq for ViewportDescriptorDeclaration
impl PartialEq for ViewportDescriptorDeclaration
Source§fn eq(&self, other: &ViewportDescriptorDeclaration) -> bool
fn eq(&self, other: &ViewportDescriptorDeclaration) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ViewportDescriptorDeclaration
Auto Trait Implementations§
impl Freeze for ViewportDescriptorDeclaration
impl RefUnwindSafe for ViewportDescriptorDeclaration
impl !Send for ViewportDescriptorDeclaration
impl !Sync for ViewportDescriptorDeclaration
impl Unpin for ViewportDescriptorDeclaration
impl UnwindSafe for ViewportDescriptorDeclaration
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