#[repr(C)]pub struct StepOffset {
pub byte_offset: u32,
pub step_index: u16,
}
Fields§
§byte_offset: u32
§step_index: u16
Trait Implementations§
Source§impl Clone for StepOffset
impl Clone for StepOffset
Source§fn clone(&self) -> StepOffset
fn clone(&self) -> StepOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for StepOffset
Auto Trait Implementations§
impl Freeze for StepOffset
impl RefUnwindSafe for StepOffset
impl Send for StepOffset
impl Sync for StepOffset
impl Unpin for StepOffset
impl UnwindSafe for StepOffset
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