#[repr(C, packed(2))]pub struct StackSwapStruct {
pub stk_Lower: APTR,
pub stk_Upper: ULONG,
pub stk_Pointer: APTR,
}Fields§
§stk_Lower: APTR§stk_Upper: ULONG§stk_Pointer: APTRTrait Implementations§
Source§impl Clone for StackSwapStruct
impl Clone for StackSwapStruct
Source§fn clone(&self) -> StackSwapStruct
fn clone(&self) -> StackSwapStruct
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 StackSwapStruct
impl Debug for StackSwapStruct
impl Copy for StackSwapStruct
Auto Trait Implementations§
impl Freeze for StackSwapStruct
impl RefUnwindSafe for StackSwapStruct
impl !Send for StackSwapStruct
impl !Sync for StackSwapStruct
impl Unpin for StackSwapStruct
impl UnwindSafe for StackSwapStruct
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