#[repr(i32)]pub enum WireActivationDType {
F32 = 0,
F16 = 1,
Q8 = 2,
}Variants§
Trait Implementations§
Source§impl Clone for WireActivationDType
impl Clone for WireActivationDType
Source§fn clone(&self) -> WireActivationDType
fn clone(&self) -> WireActivationDType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WireActivationDType
Source§impl Debug for WireActivationDType
impl Debug for WireActivationDType
impl Eq for WireActivationDType
Source§impl PartialEq for WireActivationDType
impl PartialEq for WireActivationDType
impl StructuralPartialEq for WireActivationDType
Auto Trait Implementations§
impl Freeze for WireActivationDType
impl RefUnwindSafe for WireActivationDType
impl Send for WireActivationDType
impl Sync for WireActivationDType
impl Unpin for WireActivationDType
impl UnsafeUnpin for WireActivationDType
impl UnwindSafe for WireActivationDType
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