#[repr(C)]pub struct ecs_strbuf_element_str {
pub super_: ecs_strbuf_element,
pub alloc_str: *mut c_char,
}Fields§
§super_: ecs_strbuf_element§alloc_str: *mut c_charTrait Implementations§
Source§impl Clone for ecs_strbuf_element_str
impl Clone for ecs_strbuf_element_str
Source§fn clone(&self) -> ecs_strbuf_element_str
fn clone(&self) -> ecs_strbuf_element_str
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 ecs_strbuf_element_str
impl Debug for ecs_strbuf_element_str
impl Copy for ecs_strbuf_element_str
Auto Trait Implementations§
impl Freeze for ecs_strbuf_element_str
impl RefUnwindSafe for ecs_strbuf_element_str
impl !Send for ecs_strbuf_element_str
impl !Sync for ecs_strbuf_element_str
impl Unpin for ecs_strbuf_element_str
impl UnwindSafe for ecs_strbuf_element_str
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