pub enum BorderStyleValues {
Show 14 variants
DashDot,
DashDotDot,
Dashed,
Dotted,
Double,
Hair,
Medium,
MediumDashDot,
MediumDashDotDot,
MediumDashed,
None,
SlantDashDot,
Thick,
Thin,
}Variants§
DashDot
DashDotDot
Dashed
Dotted
Double
Hair
Medium
MediumDashDot
MediumDashDotDot
MediumDashed
None
SlantDashDot
Thick
Thin
Trait Implementations§
source§impl Clone for BorderStyleValues
impl Clone for BorderStyleValues
source§fn clone(&self) -> BorderStyleValues
fn clone(&self) -> BorderStyleValues
Returns a copy 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 BorderStyleValues
impl Debug for BorderStyleValues
source§impl Default for BorderStyleValues
impl Default for BorderStyleValues
source§impl EnumTrait for BorderStyleValues
impl EnumTrait for BorderStyleValues
fn get_value_string(&self) -> &str
source§impl FromStr for BorderStyleValues
impl FromStr for BorderStyleValues
source§impl Ord for BorderStyleValues
impl Ord for BorderStyleValues
source§fn cmp(&self, other: &BorderStyleValues) -> Ordering
fn cmp(&self, other: &BorderStyleValues) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for BorderStyleValues
impl PartialEq for BorderStyleValues
source§fn eq(&self, other: &BorderStyleValues) -> bool
fn eq(&self, other: &BorderStyleValues) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for BorderStyleValues
impl PartialOrd for BorderStyleValues
source§fn partial_cmp(&self, other: &BorderStyleValues) -> Option<Ordering>
fn partial_cmp(&self, other: &BorderStyleValues) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for BorderStyleValues
impl StructuralEq for BorderStyleValues
impl StructuralPartialEq for BorderStyleValues
Auto Trait Implementations§
impl RefUnwindSafe for BorderStyleValues
impl Send for BorderStyleValues
impl Sync for BorderStyleValues
impl Unpin for BorderStyleValues
impl UnwindSafe for BorderStyleValues
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().