#[repr(C)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StackSwapStruct
Auto Trait Implementations§
impl !Send for StackSwapStruct
impl !Sync for StackSwapStruct
impl Freeze for StackSwapStruct
impl RefUnwindSafe for StackSwapStruct
impl Unpin for StackSwapStruct
impl UnsafeUnpin 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