pub enum HostUnaryFloatOp {
Sin,
Cos,
Exp,
Exp2,
Log,
Log10,
Log2,
}Variants§
Trait Implementations§
Source§impl Clone for HostUnaryFloatOp
impl Clone for HostUnaryFloatOp
Source§fn clone(&self) -> HostUnaryFloatOp
fn clone(&self) -> HostUnaryFloatOp
Returns a duplicate 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 HostUnaryFloatOp
impl Debug for HostUnaryFloatOp
impl Copy for HostUnaryFloatOp
Auto Trait Implementations§
impl Freeze for HostUnaryFloatOp
impl RefUnwindSafe for HostUnaryFloatOp
impl Send for HostUnaryFloatOp
impl Sync for HostUnaryFloatOp
impl Unpin for HostUnaryFloatOp
impl UnsafeUnpin for HostUnaryFloatOp
impl UnwindSafe for HostUnaryFloatOp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Sin: 0 bytesCos: 0 bytesExp: 0 bytesExp2: 0 bytesLog: 0 bytesLog10: 0 bytesLog2: 0 bytes