pub enum FillStyleSelection {
FillStyle(u32),
BackgroundFillStyle(u32),
}Expand description
The normal or background format-scheme list selected by fillRef@idx.
Variants§
Implementations§
Source§impl FillStyleSelection
impl FillStyleSelection
Sourcepub const fn from_index(index: u32) -> Self
pub const fn from_index(index: u32) -> Self
Classifies a fill reference without performing theme lookup.
Trait Implementations§
Source§impl Clone for FillStyleSelection
impl Clone for FillStyleSelection
Source§fn clone(&self) -> FillStyleSelection
fn clone(&self) -> FillStyleSelection
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 FillStyleSelection
Source§impl Debug for FillStyleSelection
impl Debug for FillStyleSelection
impl Eq for FillStyleSelection
Source§impl PartialEq for FillStyleSelection
impl PartialEq for FillStyleSelection
impl StructuralPartialEq for FillStyleSelection
Auto Trait Implementations§
impl Freeze for FillStyleSelection
impl RefUnwindSafe for FillStyleSelection
impl Send for FillStyleSelection
impl Sync for FillStyleSelection
impl Unpin for FillStyleSelection
impl UnsafeUnpin for FillStyleSelection
impl UnwindSafe for FillStyleSelection
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