Struct UDecompositionType
#[repr(transparent)]pub struct UDecompositionType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UDecompositionType
impl Clone for UDecompositionType
§fn clone(&self) -> UDecompositionType
fn clone(&self) -> UDecompositionType
Returns a copy 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 more§impl Debug for UDecompositionType
impl Debug for UDecompositionType
§impl Default for UDecompositionType
impl Default for UDecompositionType
§fn default() -> UDecompositionType
fn default() -> UDecompositionType
Returns the “default value” for a type. Read more
§impl PartialEq for UDecompositionType
impl PartialEq for UDecompositionType
impl Copy for UDecompositionType
impl Eq for UDecompositionType
impl StructuralPartialEq for UDecompositionType
Auto Trait Implementations§
impl Freeze for UDecompositionType
impl RefUnwindSafe for UDecompositionType
impl Send for UDecompositionType
impl Sync for UDecompositionType
impl Unpin for UDecompositionType
impl UnwindSafe for UDecompositionType
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