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