#[repr(C)]
pub struct TA_TRANSFORM_CLIP { pub header: TA_TRANSFORM, pub rLeft: f32, pub rTop: f32, pub rRight: f32, pub rBottom: f32, pub rInitialLeft: f32, pub rInitialTop: f32, pub rInitialRight: f32, pub rInitialBottom: f32, }
Expand description

Required features: "Win32_UI_Controls"

Fields

header: TA_TRANSFORMrLeft: f32rTop: f32rRight: f32rBottom: f32rInitialLeft: f32rInitialTop: f32rInitialRight: f32rInitialBottom: f32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.