pub trait IDirectManipulationViewport2_Impl: Sized + IDirectManipulationViewport_Impl {
// Required methods
fn AddBehavior(&self, behavior: Option<&IUnknown>) -> Result<u32>;
fn RemoveBehavior(&self, cookie: u32) -> Result<()>;
fn RemoveAllBehaviors(&self) -> Result<()>;
}
Required Methods§
fn AddBehavior(&self, behavior: Option<&IUnknown>) -> Result<u32>
fn RemoveBehavior(&self, cookie: u32) -> Result<()>
fn RemoveAllBehaviors(&self) -> Result<()>
Object Safety§
This trait is not object safe.