pub enum GraphicsAllowDirectRendering {
NoDirectRendering,
AllowDirectRendering,
}Variants
NoDirectRendering
AllowDirectRendering
Implementations
sourceimpl GraphicsAllowDirectRendering
impl GraphicsAllowDirectRendering
pub fn as_raw(&self) -> obs_allow_direct_render
Auto Trait Implementations
impl RefUnwindSafe for GraphicsAllowDirectRendering
impl Send for GraphicsAllowDirectRendering
impl Sync for GraphicsAllowDirectRendering
impl Unpin for GraphicsAllowDirectRendering
impl UnwindSafe for GraphicsAllowDirectRendering
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