#[repr(i32)]pub enum LayerInformationFormat {
kONELINE = 0,
kJSON = 1,
}Expand description
! ! \enum LayerInformationFormat ! ! \brief The format in which the IEngineInspector prints the layer information. ! ! \see IEngineInspector::getLayerInformation(), IEngineInspector::getEngineInformation() !
Variants§
kONELINE = 0
!< Print layer information in one line per layer.
kJSON = 1
!< Print layer information in JSON format.
Trait Implementations§
Source§impl Clone for LayerInformationFormat
impl Clone for LayerInformationFormat
Source§fn clone(&self) -> LayerInformationFormat
fn clone(&self) -> LayerInformationFormat
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 LayerInformationFormat
impl Debug for LayerInformationFormat
Source§impl From<LayerInformationFormat> for LayerInformationFormat
impl From<LayerInformationFormat> for LayerInformationFormat
Source§fn from(value: LayerInformationFormat) -> Self
fn from(value: LayerInformationFormat) -> Self
Converts to this type from the input type.
Source§impl Hash for LayerInformationFormat
impl Hash for LayerInformationFormat
Source§impl Into<LayerInformationFormat> for LayerInformationFormat
impl Into<LayerInformationFormat> for LayerInformationFormat
Source§fn into(self) -> LayerInformationFormat
fn into(self) -> LayerInformationFormat
Converts this type into the (usually inferred) input type.
Source§impl Ord for LayerInformationFormat
impl Ord for LayerInformationFormat
Source§fn cmp(&self, other: &LayerInformationFormat) -> Ordering
fn cmp(&self, other: &LayerInformationFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LayerInformationFormat
impl PartialEq for LayerInformationFormat
Source§impl PartialOrd for LayerInformationFormat
impl PartialOrd for LayerInformationFormat
impl Copy for LayerInformationFormat
impl Eq for LayerInformationFormat
impl StructuralPartialEq for LayerInformationFormat
Auto Trait Implementations§
impl Freeze for LayerInformationFormat
impl RefUnwindSafe for LayerInformationFormat
impl Send for LayerInformationFormat
impl Sync for LayerInformationFormat
impl Unpin for LayerInformationFormat
impl UnsafeUnpin for LayerInformationFormat
impl UnwindSafe for LayerInformationFormat
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