pub struct ObsPipeWireGeneralUpdater<'a> { /* private fields */ }Available on Linux only.
Implementations§
Source§impl<'a> ObsPipeWireGeneralUpdater<'a>
impl<'a> ObsPipeWireGeneralUpdater<'a>
pub fn set_show_cursor(self, show: bool) -> Self
Sourcepub fn with_cursor(self) -> Self
pub fn with_cursor(self) -> Self
Enable cursor capture for screen recording
Trait Implementations§
Source§impl<'a> ObsObjectUpdater<'a, *mut obs_source> for ObsPipeWireGeneralUpdater<'a>
impl<'a> ObsObjectUpdater<'a, *mut obs_source> for ObsPipeWireGeneralUpdater<'a>
type ToUpdate = ObsPipeWireSourceRef
fn create_update( runtime: ObsRuntime, updatable: &'a mut Self::ToUpdate, ) -> Result<Self, ObsError>
fn get_settings(&self) -> &ObsData
fn get_settings_updater(&mut self) -> &mut ObsDataUpdater
fn update(self) -> Result<(), ObsError>
fn runtime(&self) -> &ObsRuntime
Auto Trait Implementations§
impl<'a> Freeze for ObsPipeWireGeneralUpdater<'a>
impl<'a> !RefUnwindSafe for ObsPipeWireGeneralUpdater<'a>
impl<'a> Send for ObsPipeWireGeneralUpdater<'a>
impl<'a> Sync for ObsPipeWireGeneralUpdater<'a>
impl<'a> Unpin for ObsPipeWireGeneralUpdater<'a>
impl<'a> UnsafeUnpin for ObsPipeWireGeneralUpdater<'a>
impl<'a> !UnwindSafe for ObsPipeWireGeneralUpdater<'a>
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