pub struct ClocksSupportTouchToken { /* private fields */ }Expand description
Application can only obtain this token from a frozen Clocks (clock-tree configuration)
Trait Implementations§
Source§impl Clone for ClocksSupportTouchToken
impl Clone for ClocksSupportTouchToken
Source§fn clone(&self) -> ClocksSupportTouchToken
fn clone(&self) -> ClocksSupportTouchToken
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 moreimpl Copy for ClocksSupportTouchToken
Auto Trait Implementations§
impl Freeze for ClocksSupportTouchToken
impl RefUnwindSafe for ClocksSupportTouchToken
impl Send for ClocksSupportTouchToken
impl Sync for ClocksSupportTouchToken
impl Unpin for ClocksSupportTouchToken
impl UnwindSafe for ClocksSupportTouchToken
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