pub trait IPhotographDisposInfo_FlagFieldMethods: IPhotographDisposInfo_FlagField {
// Provided methods
fn to_int(self, value: impl Into<PhotographDisposInfo_Flags>) -> i32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn to_int(self, value: impl Into<PhotographDisposInfo_Flags>) -> i32
fn to_int(self, value: impl Into<PhotographDisposInfo_Flags>) -> i32
ToInt(crate::app::photographdisposinfo::PhotographDisposInfo_Flags) overload
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.
Implementors§
impl<__T: IPhotographDisposInfo_FlagField> IPhotographDisposInfo_FlagFieldMethods for __T
Available on crate feature
app-photographdisposinfo only.