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