pub enum LayerCompCapturedInfo {
None = 0,
Visibility = 1,
Position = 2,
Appearance = 4,
}Expand description
TS enum LayerCompCapturedInfo.
Variants§
Trait Implementations§
Source§impl Clone for LayerCompCapturedInfo
impl Clone for LayerCompCapturedInfo
Source§fn clone(&self) -> LayerCompCapturedInfo
fn clone(&self) -> LayerCompCapturedInfo
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 moreimpl Copy for LayerCompCapturedInfo
Source§impl Debug for LayerCompCapturedInfo
impl Debug for LayerCompCapturedInfo
impl Eq for LayerCompCapturedInfo
Source§impl PartialEq for LayerCompCapturedInfo
impl PartialEq for LayerCompCapturedInfo
Source§fn eq(&self, other: &LayerCompCapturedInfo) -> bool
fn eq(&self, other: &LayerCompCapturedInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LayerCompCapturedInfo
Auto Trait Implementations§
impl Freeze for LayerCompCapturedInfo
impl RefUnwindSafe for LayerCompCapturedInfo
impl Send for LayerCompCapturedInfo
impl Sync for LayerCompCapturedInfo
impl Unpin for LayerCompCapturedInfo
impl UnsafeUnpin for LayerCompCapturedInfo
impl UnwindSafe for LayerCompCapturedInfo
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