Struct x11::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]

Formats the value using the given formatter. Read more

impl Clone for XRRCrtcGamma
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRRCrtcGamma
[src]

impl PartialEq for XRRCrtcGamma
[src]

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

This method tests for !=.

Auto Trait Implementations

impl !Send for XRRCrtcGamma

impl !Sync for XRRCrtcGamma