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