#[repr(transparent)]pub struct Float3NaNPropRule(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl BitAnd for Float3NaNPropRule
impl BitAnd for Float3NaNPropRule
Source§impl BitAndAssign for Float3NaNPropRule
impl BitAndAssign for Float3NaNPropRule
Source§fn bitand_assign(&mut self, rhs: Float3NaNPropRule)
fn bitand_assign(&mut self, rhs: Float3NaNPropRule)
Performs the
&=
operation. Read moreSource§impl BitOr for Float3NaNPropRule
impl BitOr for Float3NaNPropRule
Source§impl BitOrAssign for Float3NaNPropRule
impl BitOrAssign for Float3NaNPropRule
Source§fn bitor_assign(&mut self, rhs: Float3NaNPropRule)
fn bitor_assign(&mut self, rhs: Float3NaNPropRule)
Performs the
|=
operation. Read moreSource§impl Clone for Float3NaNPropRule
impl Clone for Float3NaNPropRule
Source§fn clone(&self) -> Float3NaNPropRule
fn clone(&self) -> Float3NaNPropRule
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 moreSource§impl Debug for Float3NaNPropRule
impl Debug for Float3NaNPropRule
Source§impl Hash for Float3NaNPropRule
impl Hash for Float3NaNPropRule
Source§impl PartialEq for Float3NaNPropRule
impl PartialEq for Float3NaNPropRule
impl Copy for Float3NaNPropRule
impl Eq for Float3NaNPropRule
impl StructuralPartialEq for Float3NaNPropRule
Auto Trait Implementations§
impl Freeze for Float3NaNPropRule
impl RefUnwindSafe for Float3NaNPropRule
impl Send for Float3NaNPropRule
impl Sync for Float3NaNPropRule
impl Unpin for Float3NaNPropRule
impl UnwindSafe for Float3NaNPropRule
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