pub struct ChannelDisplaySettings(/* private fields */);Expand description
channel display settings object.
Implementations§
Trait Implementations§
Source§impl Clone for ChannelDisplaySettings
impl Clone for ChannelDisplaySettings
Source§fn clone(&self) -> ChannelDisplaySettings
fn clone(&self) -> ChannelDisplaySettings
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 ChannelDisplaySettings
impl Debug for ChannelDisplaySettings
Source§impl Deref for ChannelDisplaySettings
impl Deref for ChannelDisplaySettings
Auto Trait Implementations§
impl Freeze for ChannelDisplaySettings
impl RefUnwindSafe for ChannelDisplaySettings
impl Send for ChannelDisplaySettings
impl Sync for ChannelDisplaySettings
impl Unpin for ChannelDisplaySettings
impl UnsafeUnpin for ChannelDisplaySettings
impl UnwindSafe for ChannelDisplaySettings
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