pub struct PixBgTimer(usize);Expand description
描画側から使う計測ガード(PIXBG_TICKS 用)。
Tuple Fields§
§0: usizeImplementations§
Source§impl PixBgTimer
impl PixBgTimer
Trait Implementations§
Source§impl Drop for PixBgTimer
impl Drop for PixBgTimer
Auto Trait Implementations§
impl Freeze for PixBgTimer
impl RefUnwindSafe for PixBgTimer
impl Send for PixBgTimer
impl Sync for PixBgTimer
impl Unpin for PixBgTimer
impl UnsafeUnpin for PixBgTimer
impl UnwindSafe for PixBgTimer
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