pub struct SetOutputPrimaryRequest {
pub window: u32,
pub output: u32,
}
Fields§
§window: u32
§output: u32
Implementations§
Trait Implementations§
Source§impl Clone for SetOutputPrimaryRequest
impl Clone for SetOutputPrimaryRequest
Source§fn clone(&self) -> SetOutputPrimaryRequest
fn clone(&self) -> SetOutputPrimaryRequest
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 SetOutputPrimaryRequest
impl Debug for SetOutputPrimaryRequest
Source§impl Default for SetOutputPrimaryRequest
impl Default for SetOutputPrimaryRequest
Source§fn default() -> SetOutputPrimaryRequest
fn default() -> SetOutputPrimaryRequest
Returns the “default value” for a type. Read more
Source§impl Hash for SetOutputPrimaryRequest
impl Hash for SetOutputPrimaryRequest
Source§impl Ord for SetOutputPrimaryRequest
impl Ord for SetOutputPrimaryRequest
Source§fn cmp(&self, other: &SetOutputPrimaryRequest) -> Ordering
fn cmp(&self, other: &SetOutputPrimaryRequest) -> 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 SetOutputPrimaryRequest
impl PartialEq for SetOutputPrimaryRequest
Source§impl PartialOrd for SetOutputPrimaryRequest
impl PartialOrd for SetOutputPrimaryRequest
Source§impl Request for SetOutputPrimaryRequest
impl Request for SetOutputPrimaryRequest
impl Copy for SetOutputPrimaryRequest
impl Eq for SetOutputPrimaryRequest
impl StructuralPartialEq for SetOutputPrimaryRequest
impl VoidRequest for SetOutputPrimaryRequest
Auto Trait Implementations§
impl Freeze for SetOutputPrimaryRequest
impl RefUnwindSafe for SetOutputPrimaryRequest
impl Send for SetOutputPrimaryRequest
impl Sync for SetOutputPrimaryRequest
impl Unpin for SetOutputPrimaryRequest
impl UnwindSafe for SetOutputPrimaryRequest
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