#[repr(C)]pub enum LineTypes {
FILLED = -1,
LINE_4 = 4,
LINE_8 = 8,
LINE_AA = 16,
}
Expand description
types of line @ingroup imgproc_draw
Variants§
Trait Implementations§
impl Copy for LineTypes
impl Eq for LineTypes
impl StructuralPartialEq for LineTypes
Auto Trait Implementations§
impl Freeze for LineTypes
impl RefUnwindSafe for LineTypes
impl Send for LineTypes
impl Sync for LineTypes
impl Unpin for LineTypes
impl UnwindSafe for LineTypes
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