Struct glib_sys::_GStringChunk
source · [−]#[repr(C)]pub struct _GStringChunk(_);Auto Trait Implementations
impl RefUnwindSafe for _GStringChunk
impl Send for _GStringChunk
impl Sync for _GStringChunk
impl Unpin for _GStringChunk
impl UnwindSafe for _GStringChunk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more