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