Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Fixed

Fully qualified path: cubit::f64::types::fixed::Fixed

[derive(Copy, Drop, Serde)]
struct Fixed {
    mag: u64,
    sign: bool,
}

Members

mag

Fully qualified path: cubit::f64::types::fixed::Fixed::mag

mag: u64

sign

Fully qualified path: cubit::f64::types::fixed::Fixed::sign

sign: bool