pub struct Bevel {
pub shadow_color: StraightSRgba8,
pub highlight_color: StraightSRgba8,
pub blur_x: Sfixed16P16,
pub blur_y: Sfixed16P16,
pub angle: Sfixed16P16,
pub distance: Sfixed16P16,
pub strength: Sfixed8P8,
pub inner: bool,
pub knockout: bool,
pub composite_source: bool,
pub on_top: bool,
pub passes: u8,
}
Fields§
§shadow_color: StraightSRgba8
§highlight_color: StraightSRgba8
§blur_x: Sfixed16P16
§blur_y: Sfixed16P16
§angle: Sfixed16P16
§distance: Sfixed16P16
§strength: Sfixed8P8
§inner: bool
§knockout: bool
§composite_source: bool
§on_top: bool
§passes: u8
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Bevel
impl<'de> Deserialize<'de> for Bevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Bevel
impl Ord for Bevel
Source§impl PartialOrd for Bevel
impl PartialOrd for Bevel
impl Copy for Bevel
impl Eq for Bevel
impl StructuralPartialEq for Bevel
Auto Trait Implementations§
impl Freeze for Bevel
impl RefUnwindSafe for Bevel
impl Send for Bevel
impl Sync for Bevel
impl Unpin for Bevel
impl UnwindSafe for Bevel
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