#[repr(C)]pub struct _GPathBuf {
pub dummy: [gpointer; 8],
}
Expand description
GPathBuf: (copy-func g_path_buf_copy) (free-func g_path_buf_free)
A mutable path builder.
Since: 2.76
Fields§
§dummy: [gpointer; 8]
Trait Implementations§
impl Copy for _GPathBuf
impl Eq for _GPathBuf
impl StructuralPartialEq for _GPathBuf
Auto Trait Implementations§
impl Freeze for _GPathBuf
impl RefUnwindSafe for _GPathBuf
impl !Send for _GPathBuf
impl !Sync for _GPathBuf
impl Unpin for _GPathBuf
impl UnwindSafe for _GPathBuf
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