#[repr(C)]pub struct TagCartTimer {
pub timer_usage_id: DWORD,
pub timer_value: DWORD,
}Fields§
§timer_usage_id: DWORD§timer_value: DWORDImplementations§
Trait Implementations§
Source§impl Clone for TagCartTimer
impl Clone for TagCartTimer
Source§fn clone(&self) -> TagCartTimer
fn clone(&self) -> TagCartTimer
Returns a duplicate 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 TagCartTimer
impl Debug for TagCartTimer
Source§impl Default for TagCartTimer
impl Default for TagCartTimer
Source§fn default() -> TagCartTimer
fn default() -> TagCartTimer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TagCartTimer
impl RefUnwindSafe for TagCartTimer
impl Send for TagCartTimer
impl Sync for TagCartTimer
impl Unpin for TagCartTimer
impl UnwindSafe for TagCartTimer
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