#[repr(i32)]pub enum ARMatrixCodeType {
Code3x3 = 3,
}Variants§
Code3x3 = 3
Trait Implementations§
Source§impl Clone for ARMatrixCodeType
impl Clone for ARMatrixCodeType
Source§fn clone(&self) -> ARMatrixCodeType
fn clone(&self) -> ARMatrixCodeType
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 Debug for ARMatrixCodeType
impl Debug for ARMatrixCodeType
Source§impl Default for ARMatrixCodeType
impl Default for ARMatrixCodeType
Source§impl PartialEq for ARMatrixCodeType
impl PartialEq for ARMatrixCodeType
impl Copy for ARMatrixCodeType
impl Eq for ARMatrixCodeType
impl StructuralPartialEq for ARMatrixCodeType
Auto Trait Implementations§
impl Freeze for ARMatrixCodeType
impl RefUnwindSafe for ARMatrixCodeType
impl Send for ARMatrixCodeType
impl Sync for ARMatrixCodeType
impl Unpin for ARMatrixCodeType
impl UnsafeUnpin for ARMatrixCodeType
impl UnwindSafe for ARMatrixCodeType
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