pub trait IDCompositionVirtualSurface_Impl: Sized + IDCompositionSurface_Impl {
// Required methods
fn Resize(&self, width: u32, height: u32) -> Result<()>;
fn Trim(&self, rectangles: *const RECT, count: u32) -> Result<()>;
}
Required Methods§
fn Resize(&self, width: u32, height: u32) -> Result<()>
fn Trim(&self, rectangles: *const RECT, count: u32) -> Result<()>
Object Safety§
This trait is not object safe.