pub struct SimdLdpStp {
pub offset_op: u32,
pub pre_post_op: u32,
}Fields§
§offset_op: u32§pre_post_op: u32Implementations§
Trait Implementations§
Source§impl Clone for SimdLdpStp
impl Clone for SimdLdpStp
Source§fn clone(&self) -> SimdLdpStp
fn clone(&self) -> SimdLdpStp
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 SimdLdpStp
impl Debug for SimdLdpStp
Source§impl Default for SimdLdpStp
impl Default for SimdLdpStp
Source§fn default() -> SimdLdpStp
fn default() -> SimdLdpStp
Returns the “default value” for a type. Read more
impl Copy for SimdLdpStp
Auto Trait Implementations§
impl Freeze for SimdLdpStp
impl RefUnwindSafe for SimdLdpStp
impl Send for SimdLdpStp
impl Sync for SimdLdpStp
impl Unpin for SimdLdpStp
impl UnsafeUnpin for SimdLdpStp
impl UnwindSafe for SimdLdpStp
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