pub enum BgRepeatMode {
Repeat,
NoRepeat,
Space,
Round,
}Expand description
CSS background-repeat の1軸ぶんのモード。
Variants§
Trait Implementations§
Source§impl Clone for BgRepeatMode
impl Clone for BgRepeatMode
Source§fn clone(&self) -> BgRepeatMode
fn clone(&self) -> BgRepeatMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BgRepeatMode
Source§impl Debug for BgRepeatMode
impl Debug for BgRepeatMode
Source§impl Default for BgRepeatMode
impl Default for BgRepeatMode
Source§fn default() -> BgRepeatMode
fn default() -> BgRepeatMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for BgRepeatMode
impl PartialEq for BgRepeatMode
Source§fn eq(&self, other: &BgRepeatMode) -> bool
fn eq(&self, other: &BgRepeatMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BgRepeatMode
Auto Trait Implementations§
impl Freeze for BgRepeatMode
impl RefUnwindSafe for BgRepeatMode
impl Send for BgRepeatMode
impl Sync for BgRepeatMode
impl Unpin for BgRepeatMode
impl UnsafeUnpin for BgRepeatMode
impl UnwindSafe for BgRepeatMode
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