#[repr(u32)]pub enum OutlineThreshold {
Antialiased = 0,
Aliased = 1,
}Variants§
Trait Implementations§
Source§impl Clone for OutlineThreshold
impl Clone for OutlineThreshold
Source§fn clone(&self) -> OutlineThreshold
fn clone(&self) -> OutlineThreshold
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 OutlineThreshold
impl Debug for OutlineThreshold
Source§impl PartialEq for OutlineThreshold
impl PartialEq for OutlineThreshold
impl Copy for OutlineThreshold
impl Eq for OutlineThreshold
impl StructuralPartialEq for OutlineThreshold
Auto Trait Implementations§
impl Freeze for OutlineThreshold
impl RefUnwindSafe for OutlineThreshold
impl Send for OutlineThreshold
impl Sync for OutlineThreshold
impl Unpin for OutlineThreshold
impl UnsafeUnpin for OutlineThreshold
impl UnwindSafe for OutlineThreshold
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