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