Enum dsntk_model::DcAlignmentKind
source · pub enum DcAlignmentKind {
Start,
End,
Center,
}Expand description
Defines the kind of element alignment.
Variants§
Trait Implementations§
source§impl Clone for DcAlignmentKind
impl Clone for DcAlignmentKind
source§fn clone(&self) -> DcAlignmentKind
fn clone(&self) -> DcAlignmentKind
Returns a copy 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 DcAlignmentKind
impl Debug for DcAlignmentKind
impl Copy for DcAlignmentKind
Auto Trait Implementations§
impl RefUnwindSafe for DcAlignmentKind
impl Send for DcAlignmentKind
impl Sync for DcAlignmentKind
impl Unpin for DcAlignmentKind
impl UnwindSafe for DcAlignmentKind
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