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