pub enum Solidity {
Solid = 1,
Hole = 2,
}Expand description
Used to specify Solid/Hole when adding shapes to a path.
Variants§
Trait Implementations§
Source§impl PartialOrd for Solidity
impl PartialOrd for Solidity
impl Copy for Solidity
impl Eq for Solidity
impl StructuralPartialEq for Solidity
Auto Trait Implementations§
impl Freeze for Solidity
impl RefUnwindSafe for Solidity
impl Send for Solidity
impl Sync for Solidity
impl Unpin for Solidity
impl UnwindSafe for Solidity
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