pub struct GfxWidthFunction { /* private fields */ }Expand description
The GFX_WIDTH function.
Implementations§
Trait Implementations§
Source§impl Callable for GfxWidthFunction
impl Callable for GfxWidthFunction
Auto Trait Implementations§
impl Freeze for GfxWidthFunction
impl !RefUnwindSafe for GfxWidthFunction
impl !Send for GfxWidthFunction
impl !Sync for GfxWidthFunction
impl Unpin for GfxWidthFunction
impl UnsafeUnpin for GfxWidthFunction
impl !UnwindSafe for GfxWidthFunction
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