Struct windows_capture::settings::WindowsCaptureSettings
source · pub struct WindowsCaptureSettings<Flags> {
pub item: GraphicsCaptureItem,
pub capture_cursor: Option<bool>,
pub draw_border: Option<bool>,
pub color_format: ColorFormat,
pub flags: Flags,
}Expand description
Capture Settings, None Means Default
Fields§
§item: GraphicsCaptureItem§capture_cursor: Option<bool>§draw_border: Option<bool>§color_format: ColorFormat§flags: FlagsImplementations§
Trait Implementations§
source§impl<Flags: Clone> Clone for WindowsCaptureSettings<Flags>
impl<Flags: Clone> Clone for WindowsCaptureSettings<Flags>
source§fn clone(&self) -> WindowsCaptureSettings<Flags>
fn clone(&self) -> WindowsCaptureSettings<Flags>
Returns a copy 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<Flags: Debug> Debug for WindowsCaptureSettings<Flags>
impl<Flags: Debug> Debug for WindowsCaptureSettings<Flags>
source§impl<Flags: PartialEq> PartialEq for WindowsCaptureSettings<Flags>
impl<Flags: PartialEq> PartialEq for WindowsCaptureSettings<Flags>
source§fn eq(&self, other: &WindowsCaptureSettings<Flags>) -> bool
fn eq(&self, other: &WindowsCaptureSettings<Flags>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<Flags: Eq> Eq for WindowsCaptureSettings<Flags>
impl<Flags> StructuralEq for WindowsCaptureSettings<Flags>
impl<Flags> StructuralPartialEq for WindowsCaptureSettings<Flags>
Auto Trait Implementations§
impl<Flags> RefUnwindSafe for WindowsCaptureSettings<Flags>where Flags: RefUnwindSafe,
impl<Flags> Send for WindowsCaptureSettings<Flags>where Flags: Send,
impl<Flags> Sync for WindowsCaptureSettings<Flags>where Flags: Sync,
impl<Flags> Unpin for WindowsCaptureSettings<Flags>where Flags: Unpin,
impl<Flags> UnwindSafe for WindowsCaptureSettings<Flags>where Flags: UnwindSafe,
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