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