Struct magick_rust::bindings::_TimerInfo
source · #[repr(C)]pub struct _TimerInfo {
pub user: Timer,
pub elapsed: Timer,
pub state: TimerState,
pub signature: usize,
}
Fields§
§user: Timer
§elapsed: Timer
§state: TimerState
§signature: usize
Trait Implementations§
source§impl Clone for _TimerInfo
impl Clone for _TimerInfo
source§fn clone(&self) -> _TimerInfo
fn clone(&self) -> _TimerInfo
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 _TimerInfo
impl Debug for _TimerInfo
source§impl PartialEq for _TimerInfo
impl PartialEq for _TimerInfo
source§fn eq(&self, other: &_TimerInfo) -> bool
fn eq(&self, other: &_TimerInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _TimerInfo
impl StructuralPartialEq for _TimerInfo
Auto Trait Implementations§
impl Freeze for _TimerInfo
impl RefUnwindSafe for _TimerInfo
impl Send for _TimerInfo
impl Sync for _TimerInfo
impl Unpin for _TimerInfo
impl UnwindSafe for _TimerInfo
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)