Enum winsafe::NccspRect[][src]

pub enum NccspRect<'a, 'b> {
    Nccsp(&'b mut NCCALCSIZE_PARAMS<'a>),
    Rect(&'b mut RECT),
}
Expand description

Variant parameter for:

Variants

Nccsp(&'b mut NCCALCSIZE_PARAMS<'a>)

Mutable reference to NCCALCSIZE_PARAMS.

Tuple Fields of Nccsp

0: &'b mut NCCALCSIZE_PARAMS<'a>
Rect(&'b mut RECT)

Mutable reference to RECT.

Tuple Fields of Rect

0: &'b mut RECT

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.