Struct x11::xrandr::XRRScreenSize
source · [−]#[repr(C)]pub struct XRRScreenSize {
pub width: c_int,
pub height: c_int,
pub mwidth: c_int,
pub mheight: c_int,
}
Fields
width: c_int
height: c_int
mwidth: c_int
mheight: c_int
Trait Implementations
sourceimpl Clone for XRRScreenSize
impl Clone for XRRScreenSize
sourcefn clone(&self) -> XRRScreenSize
fn clone(&self) -> XRRScreenSize
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XRRScreenSize
impl Debug for XRRScreenSize
sourceimpl PartialEq<XRRScreenSize> for XRRScreenSize
impl PartialEq<XRRScreenSize> for XRRScreenSize
sourcefn eq(&self, other: &XRRScreenSize) -> bool
fn eq(&self, other: &XRRScreenSize) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XRRScreenSize
impl StructuralPartialEq for XRRScreenSize
Auto Trait Implementations
impl RefUnwindSafe for XRRScreenSize
impl Send for XRRScreenSize
impl Sync for XRRScreenSize
impl Unpin for XRRScreenSize
impl UnwindSafe for XRRScreenSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more