Struct x11_dl::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§
source§impl Clone for XRRScreenSize
impl Clone for XRRScreenSize
source§fn clone(&self) -> XRRScreenSize
fn clone(&self) -> XRRScreenSize
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 XRRScreenSize
impl Debug for XRRScreenSize
source§impl PartialEq for XRRScreenSize
impl PartialEq for XRRScreenSize
source§fn 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 ==
.impl Copy for XRRScreenSize
impl StructuralPartialEq for XRRScreenSize
Auto Trait Implementations§
impl Freeze for XRRScreenSize
impl RefUnwindSafe for XRRScreenSize
impl Send for XRRScreenSize
impl Sync for XRRScreenSize
impl Unpin for XRRScreenSize
impl UnwindSafe for XRRScreenSize
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