pub struct Matrix4x4ArrayInfo {
pub element_count: usize,
pub precision: u32,
}Expand description
Wraps the corresponding Model I/O matrix4x4array info counterpart.
Fields§
§element_count: usize§precision: u32Implementations§
Source§impl Matrix4x4ArrayInfo
impl Matrix4x4ArrayInfo
Sourcepub fn precision_enum(&self) -> Option<DataPrecision>
pub fn precision_enum(&self) -> Option<DataPrecision>
Calls the corresponding Model I/O method on the wrapped Model I/O matrix4x4array info counterpart.
Trait Implementations§
Source§impl Clone for Matrix4x4ArrayInfo
impl Clone for Matrix4x4ArrayInfo
Source§fn clone(&self) -> Matrix4x4ArrayInfo
fn clone(&self) -> Matrix4x4ArrayInfo
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 Debug for Matrix4x4ArrayInfo
impl Debug for Matrix4x4ArrayInfo
Source§impl<'de> Deserialize<'de> for Matrix4x4ArrayInfo
impl<'de> Deserialize<'de> for Matrix4x4ArrayInfo
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
Auto Trait Implementations§
impl Freeze for Matrix4x4ArrayInfo
impl RefUnwindSafe for Matrix4x4ArrayInfo
impl Send for Matrix4x4ArrayInfo
impl Sync for Matrix4x4ArrayInfo
impl Unpin for Matrix4x4ArrayInfo
impl UnsafeUnpin for Matrix4x4ArrayInfo
impl UnwindSafe for Matrix4x4ArrayInfo
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