pub struct D32SfloatS8Uint;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl AsFormat for D32SfloatS8Uint
impl AsFormat for D32SfloatS8Uint
Source§impl Clone for D32SfloatS8Uint
impl Clone for D32SfloatS8Uint
Source§fn clone(&self) -> D32SfloatS8Uint
fn clone(&self) -> D32SfloatS8Uint
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 D32SfloatS8Uint
impl Debug for D32SfloatS8Uint
Source§impl Hash for D32SfloatS8Uint
impl Hash for D32SfloatS8Uint
Source§impl Ord for D32SfloatS8Uint
impl Ord for D32SfloatS8Uint
Source§fn cmp(&self, other: &D32SfloatS8Uint) -> Ordering
fn cmp(&self, other: &D32SfloatS8Uint) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for D32SfloatS8Uint
impl PartialEq for D32SfloatS8Uint
Source§impl PartialOrd for D32SfloatS8Uint
impl PartialOrd for D32SfloatS8Uint
impl Copy for D32SfloatS8Uint
impl Eq for D32SfloatS8Uint
impl StructuralPartialEq for D32SfloatS8Uint
Auto Trait Implementations§
impl Freeze for D32SfloatS8Uint
impl RefUnwindSafe for D32SfloatS8Uint
impl Send for D32SfloatS8Uint
impl Sync for D32SfloatS8Uint
impl Unpin for D32SfloatS8Uint
impl UnwindSafe for D32SfloatS8Uint
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