#[repr(usize)]pub enum LatchLayer {
Main = 0,
Alt = 1,
Third = 2,
}Variants§
Trait Implementations§
Source§impl Clone for LatchLayer
impl Clone for LatchLayer
Source§fn clone(&self) -> LatchLayer
fn clone(&self) -> LatchLayer
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 LatchLayer
impl Debug for LatchLayer
Source§impl From<bool> for LatchLayer
impl From<bool> for LatchLayer
Source§impl PartialEq for LatchLayer
impl PartialEq for LatchLayer
impl Copy for LatchLayer
impl Eq for LatchLayer
impl StructuralPartialEq for LatchLayer
Auto Trait Implementations§
impl Freeze for LatchLayer
impl RefUnwindSafe for LatchLayer
impl Send for LatchLayer
impl Sync for LatchLayer
impl Unpin for LatchLayer
impl UnsafeUnpin for LatchLayer
impl UnwindSafe for LatchLayer
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