pub struct BaseLdxp {
pub reg_type: u32,
pub x_offset: u32,
/* private fields */
}Fields§
§reg_type: u32§x_offset: u32Implementations§
Trait Implementations§
impl Copy for BaseLdxp
Auto Trait Implementations§
impl Freeze for BaseLdxp
impl RefUnwindSafe for BaseLdxp
impl Send for BaseLdxp
impl Sync for BaseLdxp
impl Unpin for BaseLdxp
impl UnsafeUnpin for BaseLdxp
impl UnwindSafe for BaseLdxp
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