pub enum ObsX11ServerType {
Local,
Custom,
}Available on Linux only.
Expand description
Describes the X11 capture server type
Variants§
Trait Implementations§
Source§impl Clone for ObsX11ServerType
impl Clone for ObsX11ServerType
Source§fn clone(&self) -> ObsX11ServerType
fn clone(&self) -> ObsX11ServerType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObsX11ServerType
impl Debug for ObsX11ServerType
Source§impl PartialEq for ObsX11ServerType
impl PartialEq for ObsX11ServerType
impl Copy for ObsX11ServerType
impl Eq for ObsX11ServerType
impl StructuralPartialEq for ObsX11ServerType
Auto Trait Implementations§
impl Freeze for ObsX11ServerType
impl RefUnwindSafe for ObsX11ServerType
impl Send for ObsX11ServerType
impl Sync for ObsX11ServerType
impl Unpin for ObsX11ServerType
impl UnsafeUnpin for ObsX11ServerType
impl UnwindSafe for ObsX11ServerType
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