pub struct GApplicationCommandLinePrivate(/* private fields */);Auto Trait Implementations§
impl Freeze for GApplicationCommandLinePrivate
impl RefUnwindSafe for GApplicationCommandLinePrivate
impl !Send for GApplicationCommandLinePrivate
impl !Sync for GApplicationCommandLinePrivate
impl Unpin for GApplicationCommandLinePrivate
impl UnwindSafe for GApplicationCommandLinePrivate
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