Trait windows::Win32::Graphics::Direct2D::ID2D1DrawingStateBlock1_Impl
pub trait ID2D1DrawingStateBlock1_Impl: Sized + ID2D1DrawingStateBlock_Impl {
// Required methods
fn GetDescription(
&self,
statedescription: *mut D2D1_DRAWING_STATE_DESCRIPTION1,
);
fn SetDescription(
&self,
statedescription: *const D2D1_DRAWING_STATE_DESCRIPTION1,
);
}
Required Methods§
fn GetDescription(&self, statedescription: *mut D2D1_DRAWING_STATE_DESCRIPTION1)
fn SetDescription( &self, statedescription: *const D2D1_DRAWING_STATE_DESCRIPTION1, )
Object Safety§
This trait is not object safe.