pub enum GraphicsAllowDirectRendering {
NoDirectRendering,
AllowDirectRendering,
}Variants§
Implementations§
Source§impl GraphicsAllowDirectRendering
impl GraphicsAllowDirectRendering
pub fn as_raw(&self) -> obs_allow_direct_render
Auto Trait Implementations§
impl Freeze for GraphicsAllowDirectRendering
impl RefUnwindSafe for GraphicsAllowDirectRendering
impl Send for GraphicsAllowDirectRendering
impl Sync for GraphicsAllowDirectRendering
impl Unpin for GraphicsAllowDirectRendering
impl UnwindSafe for GraphicsAllowDirectRendering
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more