#[repr(C)]pub struct tagEMRSETCOLORADJUSTMENT {
pub emr: EMR,
pub ColorAdjustment: COLORADJUSTMENT,
}
Fields§
§emr: EMR
§ColorAdjustment: COLORADJUSTMENT
Trait Implementations§
Source§impl Clone for tagEMRSETCOLORADJUSTMENT
impl Clone for tagEMRSETCOLORADJUSTMENT
Source§fn clone(&self) -> tagEMRSETCOLORADJUSTMENT
fn clone(&self) -> tagEMRSETCOLORADJUSTMENT
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 Debug for tagEMRSETCOLORADJUSTMENT
impl Debug for tagEMRSETCOLORADJUSTMENT
Source§impl Ord for tagEMRSETCOLORADJUSTMENT
impl Ord for tagEMRSETCOLORADJUSTMENT
Source§fn cmp(&self, other: &tagEMRSETCOLORADJUSTMENT) -> Ordering
fn cmp(&self, other: &tagEMRSETCOLORADJUSTMENT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagEMRSETCOLORADJUSTMENT
impl PartialEq for tagEMRSETCOLORADJUSTMENT
Source§impl PartialOrd for tagEMRSETCOLORADJUSTMENT
impl PartialOrd for tagEMRSETCOLORADJUSTMENT
impl Copy for tagEMRSETCOLORADJUSTMENT
impl Eq for tagEMRSETCOLORADJUSTMENT
impl StructuralPartialEq for tagEMRSETCOLORADJUSTMENT
Auto Trait Implementations§
impl Freeze for tagEMRSETCOLORADJUSTMENT
impl RefUnwindSafe for tagEMRSETCOLORADJUSTMENT
impl Send for tagEMRSETCOLORADJUSTMENT
impl Sync for tagEMRSETCOLORADJUSTMENT
impl Unpin for tagEMRSETCOLORADJUSTMENT
impl UnwindSafe for tagEMRSETCOLORADJUSTMENT
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