#[repr(i32)]pub enum GeosetAnimationFlag {
None = 0,
DropShadow = 1,
Color = 2,
}Expand description
Geoset animation flags
Variants§
None = 0
DropShadow = 1
Geoset casts a drop shadow
Color = 2
Use the per-geoset color/alpha values (else inherit)
Trait Implementations§
Source§impl Clone for GeosetAnimationFlag
impl Clone for GeosetAnimationFlag
Source§fn clone(&self) -> GeosetAnimationFlag
fn clone(&self) -> GeosetAnimationFlag
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 GeosetAnimationFlag
Source§impl Debug for GeosetAnimationFlag
impl Debug for GeosetAnimationFlag
impl Eq for GeosetAnimationFlag
Source§impl Hash for GeosetAnimationFlag
impl Hash for GeosetAnimationFlag
Source§impl PartialEq for GeosetAnimationFlag
impl PartialEq for GeosetAnimationFlag
impl StructuralPartialEq for GeosetAnimationFlag
Auto Trait Implementations§
impl Freeze for GeosetAnimationFlag
impl RefUnwindSafe for GeosetAnimationFlag
impl Send for GeosetAnimationFlag
impl Sync for GeosetAnimationFlag
impl Unpin for GeosetAnimationFlag
impl UnsafeUnpin for GeosetAnimationFlag
impl UnwindSafe for GeosetAnimationFlag
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