#[repr(C)]pub struct fmx_FixPt { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for fmx_FixPt
impl RefUnwindSafe for fmx_FixPt
impl Send for fmx_FixPt
impl Sync for fmx_FixPt
impl Unpin for fmx_FixPt
impl UnwindSafe for fmx_FixPt
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