pub struct D32Sfloat;
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 Ord for D32Sfloat
impl Ord for D32Sfloat
Source§impl PartialOrd for D32Sfloat
impl PartialOrd for D32Sfloat
impl Copy for D32Sfloat
impl Eq for D32Sfloat
impl StructuralPartialEq for D32Sfloat
Auto Trait Implementations§
impl Freeze for D32Sfloat
impl RefUnwindSafe for D32Sfloat
impl Send for D32Sfloat
impl Sync for D32Sfloat
impl Unpin for D32Sfloat
impl UnwindSafe for D32Sfloat
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