#[repr(C)]pub struct GPathBuf {
pub dummy: [gpointer; 8],
}
Fields§
§dummy: [gpointer; 8]
Trait Implementations§
Auto Trait Implementations§
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