pub enum IdlOutputForm {
Idl3Compatible,
Idl3Plus,
}Expand description
Spec Annex A/B — IDL3+-Output-Form fuer DCPS-/DLRL-Ports.
Variants§
Idl3Compatible
IDL3-Compatible (Templated-Modules ausgespiegelt).
Idl3Plus
IDL3+ (mit Templated-Modules).
Trait Implementations§
Source§impl Clone for IdlOutputForm
impl Clone for IdlOutputForm
Source§fn clone(&self) -> IdlOutputForm
fn clone(&self) -> IdlOutputForm
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 Debug for IdlOutputForm
impl Debug for IdlOutputForm
Source§impl PartialEq for IdlOutputForm
impl PartialEq for IdlOutputForm
Source§fn eq(&self, other: &IdlOutputForm) -> bool
fn eq(&self, other: &IdlOutputForm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IdlOutputForm
impl Eq for IdlOutputForm
impl StructuralPartialEq for IdlOutputForm
Auto Trait Implementations§
impl Freeze for IdlOutputForm
impl RefUnwindSafe for IdlOutputForm
impl Send for IdlOutputForm
impl Sync for IdlOutputForm
impl Unpin for IdlOutputForm
impl UnsafeUnpin for IdlOutputForm
impl UnwindSafe for IdlOutputForm
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