Struct ofx::IsInteractive
source · pub struct IsInteractive;Trait Implementations
sourceimpl Get for IsInteractive
impl Get for IsInteractive
type ReturnType = bool
sourceimpl Set for IsInteractive
impl Set for IsInteractive
Auto Trait Implementations
impl RefUnwindSafe for IsInteractive
impl Send for IsInteractive
impl Sync for IsInteractive
impl Unpin for IsInteractive
impl UnwindSafe for IsInteractive
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