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
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
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
)