pub enum TFormType {
Logical,
Bit,
UnsignedByte,
I16,
I32,
Character,
F32,
F64,
C64,
C128,
ArrayDescriptor,
}Available on crate feature
fits only.Expand description
An enumeration of valid types corresponding to the TFORM keyword.
Variants§
Trait Implementations§
impl Copy for TFormType
Auto Trait Implementations§
impl Freeze for TFormType
impl RefUnwindSafe for TFormType
impl Send for TFormType
impl Sync for TFormType
impl Unpin for TFormType
impl UnwindSafe for TFormType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> RealAny for Twhere
T: Any,
impl<T> RealAny for Twhere
T: Any,
Source§fn real_type_id(&self) -> TypeId
fn real_type_id(&self) -> TypeId
Available on crate feature
fits only.Gets the base type ID for
self.