pub enum AppearanceObjectGeneralIEDPresent {
None,
Visible,
PartiallyHidden,
CompletelyHidden,
Unspecified(u8),
}Expand description
UID 411
Variants§
Trait Implementations§
Source§impl Clone for AppearanceObjectGeneralIEDPresent
impl Clone for AppearanceObjectGeneralIEDPresent
Source§fn clone(&self) -> AppearanceObjectGeneralIEDPresent
fn clone(&self) -> AppearanceObjectGeneralIEDPresent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<AppearanceObjectGeneralIEDPresent> for u8
impl From<AppearanceObjectGeneralIEDPresent> for u8
Source§fn from(value: AppearanceObjectGeneralIEDPresent) -> Self
fn from(value: AppearanceObjectGeneralIEDPresent) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AppearanceObjectGeneralIEDPresent
impl From<u8> for AppearanceObjectGeneralIEDPresent
Source§impl PartialEq for AppearanceObjectGeneralIEDPresent
impl PartialEq for AppearanceObjectGeneralIEDPresent
Source§fn eq(&self, other: &AppearanceObjectGeneralIEDPresent) -> bool
fn eq(&self, other: &AppearanceObjectGeneralIEDPresent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AppearanceObjectGeneralIEDPresent
impl Eq for AppearanceObjectGeneralIEDPresent
impl StructuralPartialEq for AppearanceObjectGeneralIEDPresent
Auto Trait Implementations§
impl Freeze for AppearanceObjectGeneralIEDPresent
impl RefUnwindSafe for AppearanceObjectGeneralIEDPresent
impl Send for AppearanceObjectGeneralIEDPresent
impl Sync for AppearanceObjectGeneralIEDPresent
impl Unpin for AppearanceObjectGeneralIEDPresent
impl UnsafeUnpin for AppearanceObjectGeneralIEDPresent
impl UnwindSafe for AppearanceObjectGeneralIEDPresent
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