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§
source§impl __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§
source§impl Clone for __darwin_fp_control
impl Clone for __darwin_fp_control
source§fn clone(&self) -> __darwin_fp_control
fn clone(&self) -> __darwin_fp_control
Returns a copy 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 more