pub enum DisplayCaptureSurfaceType {
MONITOR,
WINDOW,
BROWSER,
}Variants§
Trait Implementations§
Source§impl Clone for DisplayCaptureSurfaceType
impl Clone for DisplayCaptureSurfaceType
Source§fn clone(&self) -> DisplayCaptureSurfaceType
fn clone(&self) -> DisplayCaptureSurfaceType
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 DisplayCaptureSurfaceType
impl Debug for DisplayCaptureSurfaceType
Source§impl From<&DisplayCaptureSurfaceType> for Any
impl From<&DisplayCaptureSurfaceType> for Any
Source§fn from(s: &DisplayCaptureSurfaceType) -> Any
fn from(s: &DisplayCaptureSurfaceType) -> Any
Converts to this type from the input type.
Source§impl From<DisplayCaptureSurfaceType> for Any
impl From<DisplayCaptureSurfaceType> for Any
Source§fn from(s: DisplayCaptureSurfaceType) -> Any
fn from(s: DisplayCaptureSurfaceType) -> Any
Converts to this type from the input type.
Source§impl FromVal for DisplayCaptureSurfaceType
impl FromVal for DisplayCaptureSurfaceType
Source§impl PartialOrd for DisplayCaptureSurfaceType
impl PartialOrd for DisplayCaptureSurfaceType
impl Copy for DisplayCaptureSurfaceType
impl StructuralPartialEq for DisplayCaptureSurfaceType
Auto Trait Implementations§
impl Freeze for DisplayCaptureSurfaceType
impl RefUnwindSafe for DisplayCaptureSurfaceType
impl Send for DisplayCaptureSurfaceType
impl Sync for DisplayCaptureSurfaceType
impl Unpin for DisplayCaptureSurfaceType
impl UnwindSafe for DisplayCaptureSurfaceType
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