pub struct ReflectNumericTraitsScalar {
pub width: u32,
pub signedness: u32,
}
Fields§
§width: u32
§signedness: u32
Trait Implementations§
Source§impl Clone for ReflectNumericTraitsScalar
impl Clone for ReflectNumericTraitsScalar
Source§fn clone(&self) -> ReflectNumericTraitsScalar
fn clone(&self) -> ReflectNumericTraitsScalar
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 ReflectNumericTraitsScalar
impl Debug for ReflectNumericTraitsScalar
Source§impl Default for ReflectNumericTraitsScalar
impl Default for ReflectNumericTraitsScalar
Source§fn default() -> ReflectNumericTraitsScalar
fn default() -> ReflectNumericTraitsScalar
Returns the “default value” for a type. Read more
impl Copy for ReflectNumericTraitsScalar
impl StructuralPartialEq for ReflectNumericTraitsScalar
Auto Trait Implementations§
impl Freeze for ReflectNumericTraitsScalar
impl RefUnwindSafe for ReflectNumericTraitsScalar
impl Send for ReflectNumericTraitsScalar
impl Sync for ReflectNumericTraitsScalar
impl Unpin for ReflectNumericTraitsScalar
impl UnwindSafe for ReflectNumericTraitsScalar
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