#[repr(i32)]pub enum PinShape {
Circle = 0,
CircleFilled = 1,
Triangle = 2,
TriangleFilled = 3,
Quad = 4,
QuadFilled = 5,
}Variants§
Trait Implementations§
impl Copy for PinShape
impl Eq for PinShape
impl StructuralPartialEq for PinShape
Auto Trait Implementations§
impl Freeze for PinShape
impl RefUnwindSafe for PinShape
impl Send for PinShape
impl Sync for PinShape
impl Unpin for PinShape
impl UnwindSafe for PinShape
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