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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)