Struct x11::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
sourceimpl Clone for XRRPropertyInfo
impl Clone for XRRPropertyInfo
sourcefn clone(&self) -> XRRPropertyInfo
fn clone(&self) -> XRRPropertyInfo
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 XRRPropertyInfo
impl Debug for XRRPropertyInfo
sourceimpl PartialEq<XRRPropertyInfo> for XRRPropertyInfo
impl PartialEq<XRRPropertyInfo> for XRRPropertyInfo
sourcefn 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 ==
. Read more
impl Copy for XRRPropertyInfo
impl StructuralPartialEq for XRRPropertyInfo
Auto Trait Implementations
impl RefUnwindSafe for XRRPropertyInfo
impl !Send for XRRPropertyInfo
impl !Sync for XRRPropertyInfo
impl Unpin for XRRPropertyInfo
impl UnwindSafe for XRRPropertyInfo
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