#[repr(C)]pub struct stack_st_void { /* private fields */ }
Trait Implementations§
Source§impl Clone for stack_st_void
impl Clone for stack_st_void
Source§fn clone(&self) -> stack_st_void
fn clone(&self) -> stack_st_void
Returns a copy 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 stack_st_void
impl Debug for stack_st_void
impl Copy for stack_st_void
Auto Trait Implementations§
impl Freeze for stack_st_void
impl RefUnwindSafe for stack_st_void
impl Send for stack_st_void
impl Sync for stack_st_void
impl Unpin for stack_st_void
impl UnwindSafe for stack_st_void
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