#[repr(C)]pub enum LLVMDenormalModeKind {
LLVMDenormalModeKindIEEE = 0,
LLVMDenormalModeKindPreserveSign = 1,
LLVMDenormalModeKindPositiveZero = 2,
LLVMDenormalModeKindDynamic = 3,
}Variants§
LLVMDenormalModeKindIEEE = 0
LLVMDenormalModeKindPreserveSign = 1
LLVMDenormalModeKindPositiveZero = 2
LLVMDenormalModeKindDynamic = 3
Trait Implementations§
Source§impl Clone for LLVMDenormalModeKind
impl Clone for LLVMDenormalModeKind
Source§fn clone(&self) -> LLVMDenormalModeKind
fn clone(&self) -> LLVMDenormalModeKind
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 LLVMDenormalModeKind
Source§impl Debug for LLVMDenormalModeKind
impl Debug for LLVMDenormalModeKind
Source§impl PartialEq for LLVMDenormalModeKind
impl PartialEq for LLVMDenormalModeKind
impl StructuralPartialEq for LLVMDenormalModeKind
Auto Trait Implementations§
impl Freeze for LLVMDenormalModeKind
impl RefUnwindSafe for LLVMDenormalModeKind
impl Send for LLVMDenormalModeKind
impl Sync for LLVMDenormalModeKind
impl Unpin for LLVMDenormalModeKind
impl UnsafeUnpin for LLVMDenormalModeKind
impl UnwindSafe for LLVMDenormalModeKind
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