#[repr(i32)]pub enum LayerInformationFormat {
kONELINE = 0,
kJSON = 1,
}Expand description
LayerInformationFormat
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 (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 ExternType for LayerInformationFormat
impl ExternType 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 PartialEq for LayerInformationFormat
impl PartialEq for LayerInformationFormat
Source§fn eq(&self, other: &LayerInformationFormat) -> bool
fn eq(&self, other: &LayerInformationFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LayerInformationFormat
impl StructuralPartialEq for LayerInformationFormat
impl UniquePtrTarget for LayerInformationFormat
impl VectorElement for LayerInformationFormat
impl WeakPtrTarget 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