Struct x11_dl::xrandr::XRRPropertyInfo
source · #[repr(C)]pub struct XRRPropertyInfo {
pub pending: Bool,
pub range: Bool,
pub immutable: Bool,
pub num_values: c_int,
pub values: *mut c_long,
}
Fields§
§pending: Bool
§range: Bool
§immutable: Bool
§num_values: c_int
§values: *mut c_long
Trait Implementations§
source§impl Clone for XRRPropertyInfo
impl Clone for XRRPropertyInfo
source§fn clone(&self) -> XRRPropertyInfo
fn clone(&self) -> XRRPropertyInfo
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 XRRPropertyInfo
impl Debug for XRRPropertyInfo
source§impl PartialEq for XRRPropertyInfo
impl PartialEq for XRRPropertyInfo
source§fn eq(&self, other: &XRRPropertyInfo) -> bool
fn eq(&self, other: &XRRPropertyInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for XRRPropertyInfo
impl StructuralPartialEq for XRRPropertyInfo
Auto Trait Implementations§
impl Freeze for XRRPropertyInfo
impl RefUnwindSafe for XRRPropertyInfo
impl !Send for XRRPropertyInfo
impl !Sync for XRRPropertyInfo
impl Unpin for XRRPropertyInfo
impl UnwindSafe for XRRPropertyInfo
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