pub struct Gpc { /* private fields */ }Expand description
GPC
Implementations§
Trait Implementations§
impl Copy for Gpc
impl Eq for Gpc
impl Send for Gpc
impl StructuralPartialEq for Gpc
impl Sync for Gpc
Auto Trait Implementations§
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