pub enum ApertureBlock {
Open {
code: i32,
},
Close,
}Variants§
Trait Implementations§
Source§impl Clone for ApertureBlock
impl Clone for ApertureBlock
Source§fn clone(&self) -> ApertureBlock
fn clone(&self) -> ApertureBlock
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApertureBlock
impl Debug for ApertureBlock
Source§impl From<ApertureBlock> for Command
impl From<ApertureBlock> for Command
Source§fn from(val: ApertureBlock) -> Self
fn from(val: ApertureBlock) -> Self
Converts to this type from the input type.
Source§impl From<ApertureBlock> for ExtendedCode
impl From<ApertureBlock> for ExtendedCode
Source§fn from(val: ApertureBlock) -> Self
fn from(val: ApertureBlock) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ApertureBlock
impl PartialEq for ApertureBlock
impl StructuralPartialEq for ApertureBlock
Auto Trait Implementations§
impl Freeze for ApertureBlock
impl RefUnwindSafe for ApertureBlock
impl Send for ApertureBlock
impl Sync for ApertureBlock
impl Unpin for ApertureBlock
impl UnwindSafe for ApertureBlock
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)