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