pub struct GetDotClocksRequest {
pub screen: u16,
}Fields§
§screen: u16Implementations§
Trait Implementations§
Source§impl Clone for GetDotClocksRequest
impl Clone for GetDotClocksRequest
Source§fn clone(&self) -> GetDotClocksRequest
fn clone(&self) -> GetDotClocksRequest
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 GetDotClocksRequest
impl Debug for GetDotClocksRequest
Source§impl Default for GetDotClocksRequest
impl Default for GetDotClocksRequest
Source§fn default() -> GetDotClocksRequest
fn default() -> GetDotClocksRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetDotClocksRequest
impl Hash for GetDotClocksRequest
Source§impl Ord for GetDotClocksRequest
impl Ord for GetDotClocksRequest
Source§fn cmp(&self, other: &GetDotClocksRequest) -> Ordering
fn cmp(&self, other: &GetDotClocksRequest) -> 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 GetDotClocksRequest
impl PartialEq for GetDotClocksRequest
Source§impl PartialOrd for GetDotClocksRequest
impl PartialOrd for GetDotClocksRequest
Source§impl ReplyRequest for GetDotClocksRequest
impl ReplyRequest for GetDotClocksRequest
Source§type Reply = GetDotClocksReply
type Reply = GetDotClocksReply
The kind of reply that this request generates.
Source§impl Request for GetDotClocksRequest
impl Request for GetDotClocksRequest
impl Copy for GetDotClocksRequest
impl Eq for GetDotClocksRequest
impl StructuralPartialEq for GetDotClocksRequest
Auto Trait Implementations§
impl Freeze for GetDotClocksRequest
impl RefUnwindSafe for GetDotClocksRequest
impl Send for GetDotClocksRequest
impl Sync for GetDotClocksRequest
impl Unpin for GetDotClocksRequest
impl UnwindSafe for GetDotClocksRequest
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