#[repr(transparent)]pub struct Sp(pub u32);Expand description
Stack Pointer
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sp
impl Eq for Sp
impl StructuralPartialEq for Sp
Auto Trait Implementations§
impl Freeze for Sp
impl RefUnwindSafe for Sp
impl Send for Sp
impl Sync for Sp
impl Unpin for Sp
impl UnwindSafe for Sp
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