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