Trait ID2D1BoundsAdjustmentTransform_Impl
pub trait ID2D1BoundsAdjustmentTransform_Impl: ID2D1TransformNode_Impl {
// Required methods
fn SetOutputBounds(&self, outputbounds: *const RECT);
fn GetOutputBounds(&self, outputbounds: *mut RECT);
}
Required Methods§
fn SetOutputBounds(&self, outputbounds: *const RECT)
fn GetOutputBounds(&self, outputbounds: *mut RECT)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.