pub struct OffsetParam(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for OffsetParam
impl Clone for OffsetParam
Source§fn clone(&self) -> OffsetParam
fn clone(&self) -> OffsetParam
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 moreAuto Trait Implementations§
impl Freeze for OffsetParam
impl RefUnwindSafe for OffsetParam
impl Send for OffsetParam
impl Sync for OffsetParam
impl Unpin for OffsetParam
impl UnwindSafe for OffsetParam
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