#[repr(C)]pub struct fenv_t {
pub cw: c_ulonglong,
}Expand description
Fields§
§cw: c_ulonglongAuto Trait Implementations§
impl Freeze for fenv_t
impl RefUnwindSafe for fenv_t
impl Send for fenv_t
impl Sync for fenv_t
impl Unpin for fenv_t
impl UnsafeUnpin for fenv_t
impl UnwindSafe for fenv_t
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