#[repr(C, u8)]pub enum ClipPath {
None,
Shape(CssShape),
}Expand description
CSS clip-path property for clipping element rendering
Variants§
Trait Implementations§
Source§impl FormatAsRustCode for ClipPath
impl FormatAsRustCode for ClipPath
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<ClipPath> for CssProperty
impl From<ClipPath> for CssProperty
Source§impl Ord for ClipPath
impl Ord for ClipPath
Source§impl PartialOrd for ClipPath
impl PartialOrd for ClipPath
Source§impl PrintAsCssValue for ClipPath
impl PrintAsCssValue for ClipPath
fn print_as_css_value(&self) -> String
impl Eq for ClipPath
impl StructuralPartialEq for ClipPath
Auto Trait Implementations§
impl Freeze for ClipPath
impl RefUnwindSafe for ClipPath
impl Send for ClipPath
impl Sync for ClipPath
impl Unpin for ClipPath
impl UnwindSafe for ClipPath
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