#[repr(C, u8)]pub enum ShapeOutside {
None,
Shape(CssShape),
}Expand description
CSS shape-outside property for wrapping text around shapes
Variants§
Trait Implementations§
Source§impl Clone for ShapeOutside
impl Clone for ShapeOutside
Source§fn clone(&self) -> ShapeOutside
fn clone(&self) -> ShapeOutside
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShapeOutside
impl Debug for ShapeOutside
Source§impl Default for ShapeOutside
impl Default for ShapeOutside
Source§impl FormatAsRustCode for ShapeOutside
impl FormatAsRustCode for ShapeOutside
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<ShapeOutside> for CssProperty
impl From<ShapeOutside> for CssProperty
Source§fn from(e: ShapeOutside) -> Self
fn from(e: ShapeOutside) -> Self
Converts to this type from the input type.
Source§impl Hash for ShapeOutside
impl Hash for ShapeOutside
Source§impl Ord for ShapeOutside
impl Ord for ShapeOutside
Source§impl PartialEq for ShapeOutside
impl PartialEq for ShapeOutside
Source§impl PartialOrd for ShapeOutside
impl PartialOrd for ShapeOutside
Source§impl PrintAsCssValue for ShapeOutside
impl PrintAsCssValue for ShapeOutside
fn print_as_css_value(&self) -> String
impl Eq for ShapeOutside
impl StructuralPartialEq for ShapeOutside
Auto Trait Implementations§
impl Freeze for ShapeOutside
impl RefUnwindSafe for ShapeOutside
impl Send for ShapeOutside
impl Sync for ShapeOutside
impl Unpin for ShapeOutside
impl UnwindSafe for ShapeOutside
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