struct TextDrawTimer(usize);Expand description
早期 return があるため Drop で確実に積む。
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Drop for TextDrawTimer
impl Drop for TextDrawTimer
Auto Trait Implementations§
impl Freeze for TextDrawTimer
impl RefUnwindSafe for TextDrawTimer
impl Send for TextDrawTimer
impl Sync for TextDrawTimer
impl Unpin for TextDrawTimer
impl UnsafeUnpin for TextDrawTimer
impl UnwindSafe for TextDrawTimer
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