Struct tss_esapi_sys::__darwin_fp_control
source · #[repr(C, 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 moresource§impl Debug for __darwin_fp_control
impl Debug for __darwin_fp_control
source§impl Default for __darwin_fp_control
impl Default for __darwin_fp_control
source§fn default() -> __darwin_fp_control
fn default() -> __darwin_fp_control
Returns the “default value” for a type. Read more
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§
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