#[repr(i32)]pub enum FresnelMode {
None = 0,
Standard = 1,
Inverted = 2,
}Expand description
Fresnel effect mode (LAYR.fresnelMode)
Variants§
None = 0
No fresnel effect
Standard = 1
Standard fresnel (edge glow)
Inverted = 2
Inverted fresnel (center glow)
Trait Implementations§
Source§impl Clone for FresnelMode
impl Clone for FresnelMode
Source§fn clone(&self) -> FresnelMode
fn clone(&self) -> FresnelMode
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 FresnelMode
Source§impl Debug for FresnelMode
impl Debug for FresnelMode
impl Eq for FresnelMode
Source§impl Hash for FresnelMode
impl Hash for FresnelMode
Source§impl PartialEq for FresnelMode
impl PartialEq for FresnelMode
impl StructuralPartialEq for FresnelMode
Auto Trait Implementations§
impl Freeze for FresnelMode
impl RefUnwindSafe for FresnelMode
impl Send for FresnelMode
impl Sync for FresnelMode
impl Unpin for FresnelMode
impl UnsafeUnpin for FresnelMode
impl UnwindSafe for FresnelMode
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