pub struct Clockgenupdatelockout(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for Clockgenupdatelockout
impl Clone for Clockgenupdatelockout
Source§fn clone(&self) -> Clockgenupdatelockout
fn clone(&self) -> Clockgenupdatelockout
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 Clockgenupdatelockout
impl Debug for Clockgenupdatelockout
Source§impl From<Clockgenupdatelockout> for u32
impl From<Clockgenupdatelockout> for u32
Source§fn from(val: Clockgenupdatelockout) -> u32
fn from(val: Clockgenupdatelockout) -> u32
Converts to this type from the input type.
Source§impl From<u32> for Clockgenupdatelockout
impl From<u32> for Clockgenupdatelockout
Source§fn from(val: u32) -> Clockgenupdatelockout
fn from(val: u32) -> Clockgenupdatelockout
Converts to this type from the input type.
Source§impl Ord for Clockgenupdatelockout
impl Ord for Clockgenupdatelockout
Source§fn cmp(&self, other: &Clockgenupdatelockout) -> Ordering
fn cmp(&self, other: &Clockgenupdatelockout) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Clockgenupdatelockout
impl PartialEq for Clockgenupdatelockout
Source§impl PartialOrd for Clockgenupdatelockout
impl PartialOrd for Clockgenupdatelockout
impl Copy for Clockgenupdatelockout
impl Eq for Clockgenupdatelockout
impl StructuralPartialEq for Clockgenupdatelockout
Auto Trait Implementations§
impl Freeze for Clockgenupdatelockout
impl RefUnwindSafe for Clockgenupdatelockout
impl Send for Clockgenupdatelockout
impl Sync for Clockgenupdatelockout
impl Unpin for Clockgenupdatelockout
impl UnwindSafe for Clockgenupdatelockout
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