pub struct MiterLineJoin {
pub limit: isize,
}
Fields§
§limit: isize
Trait Implementations§
Source§impl Clone for MiterLineJoin
impl Clone for MiterLineJoin
Source§fn clone(&self) -> MiterLineJoin
fn clone(&self) -> MiterLineJoin
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 MiterLineJoin
impl Debug for MiterLineJoin
Source§impl Default for MiterLineJoin
impl Default for MiterLineJoin
Source§fn default() -> MiterLineJoin
fn default() -> MiterLineJoin
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for MiterLineJoin
impl<'__input> XmlRead<'__input> for MiterLineJoin
Auto Trait Implementations§
impl Freeze for MiterLineJoin
impl RefUnwindSafe for MiterLineJoin
impl Send for MiterLineJoin
impl Sync for MiterLineJoin
impl Unpin for MiterLineJoin
impl UnwindSafe for MiterLineJoin
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