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