[][src]Struct winapi::um::dcomp::IDCompositionRectangleClip

#[repr(C)]
pub struct IDCompositionRectangleClip { pub lpVtbl: *const IDCompositionRectangleClipVtbl, }

Fields

lpVtbl: *const IDCompositionRectangleClipVtbl

Methods

impl IDCompositionRectangleClip[src]

pub unsafe fn SetLeft_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetLeft_1(&self, left: c_float) -> HRESULT[src]

pub unsafe fn SetTop_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetTop_1(&self, top: c_float) -> HRESULT[src]

pub unsafe fn SetRight_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetRight_1(&self, right: c_float) -> HRESULT[src]

pub unsafe fn SetBottom_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBottom_1(&self, bottom: c_float) -> HRESULT[src]

pub unsafe fn SetTopLeftRadiusX_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetTopLeftRadiusX_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetTopLeftRadiusY_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetTopLeftRadiusY_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetTopRightRadiusX_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetTopRightRadiusX_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetTopRightRadiusY_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetTopRightRadiusY_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetBottomLeftRadiusX_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBottomLeftRadiusX_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetBottomLeftRadiusY_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBottomLeftRadiusY_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetBottomRightRadiusX_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBottomRightRadiusX_1(&self, radius: c_float) -> HRESULT[src]

pub unsafe fn SetBottomRightRadiusY_2(
    &self,
    animation: *const IDCompositionAnimation
) -> HRESULT
[src]

pub unsafe fn SetBottomRightRadiusY_1(&self, radius: c_float) -> HRESULT[src]

Trait Implementations

impl Interface for IDCompositionRectangleClip[src]

impl Deref for IDCompositionRectangleClip[src]

type Target = IDCompositionClip

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]