pub struct DisplayFunction { /* private fields */ }Expand description
A multi-channel screen transfer function
Implementations§
Source§impl DisplayFunction
impl DisplayFunction
Trait Implementations§
Source§impl Clone for DisplayFunction
impl Clone for DisplayFunction
Source§fn clone(&self) -> DisplayFunction
fn clone(&self) -> DisplayFunction
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 DisplayFunction
impl Debug for DisplayFunction
Source§impl Default for DisplayFunction
No name and identity STFs for each channel
impl Default for DisplayFunction
No name and identity STFs for each channel
Source§impl PartialEq for DisplayFunction
Ignores the name, just compares the single-channel STFs
impl PartialEq for DisplayFunction
Ignores the name, just compares the single-channel STFs
Auto Trait Implementations§
impl Freeze for DisplayFunction
impl RefUnwindSafe for DisplayFunction
impl Send for DisplayFunction
impl Sync for DisplayFunction
impl Unpin for DisplayFunction
impl UnwindSafe for DisplayFunction
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