pub enum TextRelief {
None,
Embossed,
Engraved,
}Expand description
20.283 style:font-relief
The style:font-relief attribute specifies whether a font should be embossed, engraved, or neither.
The defined values for the style:font-relief attribute are:
- embossed: characters are embossed.
- engraved: characters are engraved.
- none: characters are neither embossed or engraved.
Variants§
Trait Implementations§
Source§impl Clone for TextRelief
impl Clone for TextRelief
Source§fn clone(&self) -> TextRelief
fn clone(&self) -> TextRelief
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 TextRelief
impl Debug for TextRelief
Source§impl Display for TextRelief
impl Display for TextRelief
Source§impl PartialEq for TextRelief
impl PartialEq for TextRelief
impl Copy for TextRelief
impl Eq for TextRelief
impl StructuralPartialEq for TextRelief
Auto Trait Implementations§
impl Freeze for TextRelief
impl RefUnwindSafe for TextRelief
impl Send for TextRelief
impl Sync for TextRelief
impl Unpin for TextRelief
impl UnwindSafe for TextRelief
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.