Struct ipp_headers_sys::IppiRect [] [src]

#[repr(C)]
pub struct IppiRect { pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, }

Fields

Trait Implementations

impl Debug for IppiRect
[src]

[src]

Formats the value using the given formatter.

impl Copy for IppiRect
[src]

impl PartialEq for IppiRect
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for IppiRect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more