pub enum RawGltfAddressabilityCoverageReasonV1 {
ProjectionBudgetExceeded,
ParserUnavailable,
}Expand description
Terminal reason for incomplete raw glTF projection coverage.
Variants§
ProjectionBudgetExceeded
A V1 row, reference, name, or aggregate text ceiling was exceeded.
The loader could not observe this domain through its parser.
Trait Implementations§
Source§impl Clone for RawGltfAddressabilityCoverageReasonV1
impl Clone for RawGltfAddressabilityCoverageReasonV1
Source§fn clone(&self) -> RawGltfAddressabilityCoverageReasonV1
fn clone(&self) -> RawGltfAddressabilityCoverageReasonV1
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 moreimpl Copy for RawGltfAddressabilityCoverageReasonV1
Source§impl<'de> Deserialize<'de> for RawGltfAddressabilityCoverageReasonV1
impl<'de> Deserialize<'de> for RawGltfAddressabilityCoverageReasonV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RawGltfAddressabilityCoverageReasonV1
impl StructuralPartialEq for RawGltfAddressabilityCoverageReasonV1
Auto Trait Implementations§
impl Freeze for RawGltfAddressabilityCoverageReasonV1
impl RefUnwindSafe for RawGltfAddressabilityCoverageReasonV1
impl Send for RawGltfAddressabilityCoverageReasonV1
impl Sync for RawGltfAddressabilityCoverageReasonV1
impl Unpin for RawGltfAddressabilityCoverageReasonV1
impl UnsafeUnpin for RawGltfAddressabilityCoverageReasonV1
impl UnwindSafe for RawGltfAddressabilityCoverageReasonV1
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