Struct drm_sys::drm_mode_set_plane[][src]

#[repr(C)]
pub struct drm_mode_set_plane { pub plane_id: __u32, pub crtc_id: __u32, pub fb_id: __u32, pub flags: __u32, pub crtc_x: __s32, pub crtc_y: __s32, pub crtc_w: __u32, pub crtc_h: __u32, pub src_x: __u32, pub src_y: __u32, pub src_h: __u32, pub src_w: __u32, }

Fields

plane_id: __u32crtc_id: __u32fb_id: __u32flags: __u32crtc_x: __s32crtc_y: __s32crtc_w: __u32crtc_h: __u32src_x: __u32src_y: __u32src_h: __u32src_w: __u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.