Enum epaint::tessellator::PathType
source · pub enum PathType {
Open,
Closed,
}
Variants§
Trait Implementations§
source§impl PartialEq for PathType
impl PartialEq for PathType
impl Copy for PathType
impl Eq for PathType
impl StructuralEq for PathType
impl StructuralPartialEq for PathType
Auto Trait Implementations§
impl RefUnwindSafe for PathType
impl Send for PathType
impl Sync for PathType
impl Unpin for PathType
impl UnwindSafe for PathType
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