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