pub struct AdjustRightInd(pub isize);
Tuple Fields§
§0: isize
Implementations§
Source§impl AdjustRightInd
impl AdjustRightInd
pub fn new(val: isize) -> AdjustRightInd
Trait Implementations§
Source§impl Clone for AdjustRightInd
impl Clone for AdjustRightInd
Source§fn clone(&self) -> AdjustRightInd
fn clone(&self) -> AdjustRightInd
Returns a duplicate 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 AdjustRightInd
impl Debug for AdjustRightInd
Source§impl PartialEq for AdjustRightInd
impl PartialEq for AdjustRightInd
Source§impl Serialize for AdjustRightInd
impl Serialize for AdjustRightInd
impl BuildXML for AdjustRightInd
impl StructuralPartialEq for AdjustRightInd
Auto Trait Implementations§
impl Freeze for AdjustRightInd
impl RefUnwindSafe for AdjustRightInd
impl Send for AdjustRightInd
impl Sync for AdjustRightInd
impl Unpin for AdjustRightInd
impl UnwindSafe for AdjustRightInd
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