Struct x11_dl::xrandr::XRRCrtcGamma [] [src]

#[repr(C)]
pub struct XRRCrtcGamma { pub size: c_int, pub red: *mut c_ushort, pub green: *mut c_ushort, pub blue: *mut c_ushort, }

Fields

Trait Implementations

impl Debug for XRRCrtcGamma
[src]

[src]

Formats the value using the given formatter.

impl Clone for XRRCrtcGamma
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XRRCrtcGamma
[src]

impl PartialEq for XRRCrtcGamma
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.