Struct FIXED
#[repr(C)]pub struct FIXED {
pub fract: u16,
pub value: i16,
}
Fields§
§fract: u16
§value: i16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FIXED
impl RefUnwindSafe for FIXED
impl Send for FIXED
impl Sync for FIXED
impl Unpin for FIXED
impl UnwindSafe for FIXED
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