Struct libduckdb_sys::__darwin_fp_control
source · [−]#[repr(C)]#[repr(align(2))]pub struct __darwin_fp_control {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}
Fields
_bitfield_align_1: [u8; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
Implementations
sourceimpl __darwin_fp_control
impl __darwin_fp_control
pub fn __invalid(&self) -> c_ushort
pub fn set___invalid(&mut self, val: c_ushort)
pub fn __denorm(&self) -> c_ushort
pub fn set___denorm(&mut self, val: c_ushort)
pub fn __zdiv(&self) -> c_ushort
pub fn set___zdiv(&mut self, val: c_ushort)
pub fn __ovrfl(&self) -> c_ushort
pub fn set___ovrfl(&mut self, val: c_ushort)
pub fn __undfl(&self) -> c_ushort
pub fn set___undfl(&mut self, val: c_ushort)
pub fn __precis(&self) -> c_ushort
pub fn set___precis(&mut self, val: c_ushort)
pub fn __pc(&self) -> c_ushort
pub fn set___pc(&mut self, val: c_ushort)
pub fn __rc(&self) -> c_ushort
pub fn set___rc(&mut self, val: c_ushort)
pub fn new_bitfield_1(
__invalid: c_ushort,
__denorm: c_ushort,
__zdiv: c_ushort,
__ovrfl: c_ushort,
__undfl: c_ushort,
__precis: c_ushort,
__pc: c_ushort,
__rc: c_ushort
) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations
sourceimpl Clone for __darwin_fp_control
impl Clone for __darwin_fp_control
sourcefn clone(&self) -> __darwin_fp_control
fn clone(&self) -> __darwin_fp_control
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for __darwin_fp_control
impl Debug for __darwin_fp_control
impl Copy for __darwin_fp_control
Auto Trait Implementations
impl RefUnwindSafe for __darwin_fp_control
impl Send for __darwin_fp_control
impl Sync for __darwin_fp_control
impl Unpin for __darwin_fp_control
impl UnwindSafe for __darwin_fp_control
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more