pub enum StructuringElement {
Rectangle,
Cross,
Diamond,
}Expand description
Structuring element shape
Variants§
Trait Implementations§
Source§impl Clone for StructuringElement
impl Clone for StructuringElement
Source§fn clone(&self) -> StructuringElement
fn clone(&self) -> StructuringElement
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 StructuringElement
impl Debug for StructuringElement
Source§impl PartialEq for StructuringElement
impl PartialEq for StructuringElement
impl Copy for StructuringElement
impl Eq for StructuringElement
impl StructuralPartialEq for StructuringElement
Auto Trait Implementations§
impl Freeze for StructuringElement
impl RefUnwindSafe for StructuringElement
impl Send for StructuringElement
impl Sync for StructuringElement
impl Unpin for StructuringElement
impl UnsafeUnpin for StructuringElement
impl UnwindSafe for StructuringElement
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