#[repr(C)]pub struct gs_timer_range { /* private fields */ }
Trait Implementations§
Source§impl Clone for gs_timer_range
impl Clone for gs_timer_range
Source§fn clone(&self) -> gs_timer_range
fn clone(&self) -> gs_timer_range
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for gs_timer_range
impl Debug for gs_timer_range
impl Copy for gs_timer_range
Auto Trait Implementations§
impl Freeze for gs_timer_range
impl RefUnwindSafe for gs_timer_range
impl Send for gs_timer_range
impl Sync for gs_timer_range
impl Unpin for gs_timer_range
impl UnwindSafe for gs_timer_range
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