Struct obs_wrapper::output::context::CreatableOutputContext
source · [−]pub struct CreatableOutputContext<'a, D> {
pub settings: DataObj<'a>,
/* private fields */
}Fields
settings: DataObj<'a>Implementations
Auto Trait Implementations
impl<'a, D> !RefUnwindSafe for CreatableOutputContext<'a, D>
impl<'a, D> !Send for CreatableOutputContext<'a, D>
impl<'a, D> !Sync for CreatableOutputContext<'a, D>
impl<'a, D> Unpin for CreatableOutputContext<'a, D>
impl<'a, D> !UnwindSafe for CreatableOutputContext<'a, D>
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