pub struct Fceil32 {
pub dst: FReg,
pub src: FReg,
}
Expand description
low32(dst) = ieee_ceil(low32(src))
Fields§
§dst: FReg
§src: FReg
Implementations§
Trait Implementations§
Source§impl From<Fceil32> for ExtendedOp
impl From<Fceil32> for ExtendedOp
impl Copy for Fceil32
impl Eq for Fceil32
impl StructuralPartialEq for Fceil32
Auto Trait Implementations§
impl Freeze for Fceil32
impl RefUnwindSafe for Fceil32
impl Send for Fceil32
impl Sync for Fceil32
impl Unpin for Fceil32
impl UnwindSafe for Fceil32
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