pub struct ApertureDefinition {
pub code: i32,
pub aperture: Aperture,
}Fields§
§code: i32§aperture: ApertureImplementations§
Trait Implementations§
Source§impl Clone for ApertureDefinition
impl Clone for ApertureDefinition
Source§fn clone(&self) -> ApertureDefinition
fn clone(&self) -> ApertureDefinition
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 ApertureDefinition
impl Debug for ApertureDefinition
Source§impl From<ApertureDefinition> for ExtendedCode
impl From<ApertureDefinition> for ExtendedCode
Source§fn from(val: ApertureDefinition) -> Self
fn from(val: ApertureDefinition) -> Self
Converts to this type from the input type.
Source§impl From<ApertureDefinition> for Command
impl From<ApertureDefinition> for Command
Source§fn from(val: ApertureDefinition) -> Self
fn from(val: ApertureDefinition) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ApertureDefinition
impl PartialEq for ApertureDefinition
Source§fn eq(&self, other: &ApertureDefinition) -> bool
fn eq(&self, other: &ApertureDefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApertureDefinition
Auto Trait Implementations§
impl Freeze for ApertureDefinition
impl RefUnwindSafe for ApertureDefinition
impl Send for ApertureDefinition
impl Sync for ApertureDefinition
impl Unpin for ApertureDefinition
impl UnsafeUnpin for ApertureDefinition
impl UnwindSafe for ApertureDefinition
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