pub enum EnableBackground {
Accumulate,
New,
NewWithRegion {
x: f64,
y: f64,
width: f64,
height: f64,
},
}
Expand description
Representation of the enable-background
attribute.
Variants§
Trait Implementations§
source§impl Clone for EnableBackground
impl Clone for EnableBackground
source§fn clone(&self) -> EnableBackground
fn clone(&self) -> EnableBackground
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 EnableBackground
impl Debug for EnableBackground
source§impl FromStr for EnableBackground
impl FromStr for EnableBackground
source§impl PartialEq for EnableBackground
impl PartialEq for EnableBackground
impl Copy for EnableBackground
impl StructuralPartialEq for EnableBackground
Auto Trait Implementations§
impl Freeze for EnableBackground
impl RefUnwindSafe for EnableBackground
impl Send for EnableBackground
impl Sync for EnableBackground
impl Unpin for EnableBackground
impl UnwindSafe for EnableBackground
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)