Enum webrender_api::BorderStyle
[−]
[src]
#[repr(u32)]pub enum BorderStyle { None, Solid, Double, Dotted, Dashed, Hidden, Groove, Ridge, Inset, Outset, }
Variants
NoneSolidDoubleDottedDashedHiddenGrooveRidgeInsetOutset
Trait Implementations
impl Clone for BorderStyle[src]
fn clone(&self) -> BorderStyle[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for BorderStyle[src]
impl Debug for BorderStyle[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more