pub struct DisplayMonitorConfig(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DisplayMonitorConfig
impl Clone for DisplayMonitorConfig
Source§fn clone(&self) -> DisplayMonitorConfig
fn clone(&self) -> DisplayMonitorConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DisplayMonitorConfig
Source§impl Debug for DisplayMonitorConfig
impl Debug for DisplayMonitorConfig
Source§impl From<SpiceDisplayMonitorConfig> for DisplayMonitorConfig
impl From<SpiceDisplayMonitorConfig> for DisplayMonitorConfig
Source§fn from(p: SpiceDisplayMonitorConfig) -> Self
fn from(p: SpiceDisplayMonitorConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DisplayMonitorConfig
impl RefUnwindSafe for DisplayMonitorConfig
impl Send for DisplayMonitorConfig
impl Sync for DisplayMonitorConfig
impl Unpin for DisplayMonitorConfig
impl UnsafeUnpin for DisplayMonitorConfig
impl UnwindSafe for DisplayMonitorConfig
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