#[repr(C)]pub struct _GStringChunk { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GStringChunk
impl RefUnwindSafe for _GStringChunk
impl !Send for _GStringChunk
impl !Sync for _GStringChunk
impl !Unpin for _GStringChunk
impl UnwindSafe for _GStringChunk
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