#[repr(C)]pub struct tagEMRSETMITERLIMIT {
pub emr: EMR,
pub eMiterLimit: FLOAT,
}
Fields§
§emr: EMR
§eMiterLimit: FLOAT
Trait Implementations§
Source§impl Clone for tagEMRSETMITERLIMIT
impl Clone for tagEMRSETMITERLIMIT
Source§fn clone(&self) -> tagEMRSETMITERLIMIT
fn clone(&self) -> tagEMRSETMITERLIMIT
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 tagEMRSETMITERLIMIT
impl Debug for tagEMRSETMITERLIMIT
Source§impl PartialEq for tagEMRSETMITERLIMIT
impl PartialEq for tagEMRSETMITERLIMIT
Source§impl PartialOrd for tagEMRSETMITERLIMIT
impl PartialOrd for tagEMRSETMITERLIMIT
impl Copy for tagEMRSETMITERLIMIT
impl StructuralPartialEq for tagEMRSETMITERLIMIT
Auto Trait Implementations§
impl Freeze for tagEMRSETMITERLIMIT
impl RefUnwindSafe for tagEMRSETMITERLIMIT
impl Send for tagEMRSETMITERLIMIT
impl Sync for tagEMRSETMITERLIMIT
impl Unpin for tagEMRSETMITERLIMIT
impl UnwindSafe for tagEMRSETMITERLIMIT
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