#[repr(C)]pub struct GPathBuf {
pub dummy: [gpointer; 8],
}Fields§
§dummy: [gpointer; 8]Trait Implementations§
Auto Trait Implementations§
impl !Send for GPathBuf
impl !Sync for GPathBuf
impl Freeze for GPathBuf
impl RefUnwindSafe for GPathBuf
impl Unpin for GPathBuf
impl UnsafeUnpin 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