#[repr(C)]pub struct _GPatternSpec(/* private fields */);
Auto Trait Implementations§
impl Freeze for _GPatternSpec
impl RefUnwindSafe for _GPatternSpec
impl Send for _GPatternSpec
impl Sync for _GPatternSpec
impl Unpin for _GPatternSpec
impl UnwindSafe for _GPatternSpec
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