Struct x11rb_async::protocol::xf86vidmode::SwitchModeRequest
source · pub struct SwitchModeRequest {
pub screen: u16,
pub zoom: u16,
}Fields§
§screen: u16§zoom: u16Implementations§
Trait Implementations§
source§impl Clone for SwitchModeRequest
impl Clone for SwitchModeRequest
source§fn clone(&self) -> SwitchModeRequest
fn clone(&self) -> SwitchModeRequest
Returns a copy 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 SwitchModeRequest
impl Debug for SwitchModeRequest
source§impl Default for SwitchModeRequest
impl Default for SwitchModeRequest
source§fn default() -> SwitchModeRequest
fn default() -> SwitchModeRequest
Returns the “default value” for a type. Read more
source§impl Hash for SwitchModeRequest
impl Hash for SwitchModeRequest
source§impl Ord for SwitchModeRequest
impl Ord for SwitchModeRequest
source§fn cmp(&self, other: &SwitchModeRequest) -> Ordering
fn cmp(&self, other: &SwitchModeRequest) -> 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 SwitchModeRequest
impl PartialEq for SwitchModeRequest
source§fn eq(&self, other: &SwitchModeRequest) -> bool
fn eq(&self, other: &SwitchModeRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SwitchModeRequest
impl PartialOrd for SwitchModeRequest
source§fn partial_cmp(&self, other: &SwitchModeRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &SwitchModeRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Request for SwitchModeRequest
impl Request for SwitchModeRequest
impl Copy for SwitchModeRequest
impl Eq for SwitchModeRequest
impl StructuralEq for SwitchModeRequest
impl StructuralPartialEq for SwitchModeRequest
impl VoidRequest for SwitchModeRequest
Auto Trait Implementations§
impl RefUnwindSafe for SwitchModeRequest
impl Send for SwitchModeRequest
impl Sync for SwitchModeRequest
impl Unpin for SwitchModeRequest
impl UnwindSafe for SwitchModeRequest
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