#[repr(i32)]pub enum mxComplexity {
mxREAL = 0,
mxCOMPLEX = 1,
}Variants§
Trait Implementations§
Source§impl Clone for mxComplexity
impl Clone for mxComplexity
Source§fn clone(&self) -> mxComplexity
fn clone(&self) -> mxComplexity
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 mxComplexity
impl Debug for mxComplexity
impl Copy for mxComplexity
Auto Trait Implementations§
impl Freeze for mxComplexity
impl RefUnwindSafe for mxComplexity
impl Send for mxComplexity
impl Sync for mxComplexity
impl Unpin for mxComplexity
impl UnwindSafe for mxComplexity
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