#[repr(C)]pub struct obs_scene { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for obs_scene
impl RefUnwindSafe for obs_scene
impl Send for obs_scene
impl Sync for obs_scene
impl Unpin for obs_scene
impl UnwindSafe for obs_scene
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