Enum ofx::RawMessage
source · pub enum RawMessage {
SetHost {
host: OfxHost,
},
MainEntry {
action: CharPtr,
handle: VoidPtr,
in_args: OfxPropertySetHandle,
out_args: OfxPropertySetHandle,
},
}Variants
SetHost
Fields
host: OfxHostMainEntry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RawMessage
impl !Send for RawMessage
impl !Sync for RawMessage
impl Unpin for RawMessage
impl UnwindSafe for RawMessage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more