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