pub struct F2DOT14(pub i16);
Expand description
A 16-bit signed fixed number with the low 14 bits of fraction (2.14).
Tuple Fields§
§0: i16
Implementations§
Trait Implementations§
impl Copy for F2DOT14
Auto Trait Implementations§
impl Freeze for F2DOT14
impl RefUnwindSafe for F2DOT14
impl Send for F2DOT14
impl Sync for F2DOT14
impl Unpin for F2DOT14
impl UnwindSafe for F2DOT14
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)