#[repr(C)]pub struct _wmem_strbuf_t {
pub allocator: *mut wmem_allocator_t,
pub str_: *mut gchar,
pub len: gsize,
pub alloc_len: gsize,
pub max_len: gsize,
}Fields§
§allocator: *mut wmem_allocator_t§str_: *mut gchar§len: gsize§alloc_len: gsize§max_len: gsizeTrait Implementations§
Source§impl Clone for _wmem_strbuf_t
impl Clone for _wmem_strbuf_t
Source§fn clone(&self) -> _wmem_strbuf_t
fn clone(&self) -> _wmem_strbuf_t
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 _wmem_strbuf_t
impl Debug for _wmem_strbuf_t
impl Copy for _wmem_strbuf_t
Auto Trait Implementations§
impl Freeze for _wmem_strbuf_t
impl RefUnwindSafe for _wmem_strbuf_t
impl !Send for _wmem_strbuf_t
impl !Sync for _wmem_strbuf_t
impl Unpin for _wmem_strbuf_t
impl UnwindSafe for _wmem_strbuf_t
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