Struct gltf_json::validation::USize64
source · pub struct USize64(pub u64);
Expand description
Validates the suitability of 64-bit byte offsets/sizes on 32-bit systems.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl<'de> Deserialize<'de> for USize64
impl<'de> Deserialize<'de> for USize64
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
source§impl PartialEq for USize64
impl PartialEq for USize64
impl Copy for USize64
impl Eq for USize64
impl StructuralEq for USize64
impl StructuralPartialEq for USize64
Auto Trait Implementations§
impl RefUnwindSafe for USize64
impl Send for USize64
impl Sync for USize64
impl Unpin for USize64
impl UnwindSafe for USize64
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