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