#[repr(C)]pub struct _FIXED {
pub fract: WORD,
pub value: c_short,
}Fields§
§fract: WORD§value: c_shortTrait 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