pub struct GDR {
pub fld_cnt: U2,
pub gen_data: Vn,
}
Fields§
§fld_cnt: U2
§gen_data: Vn
Implementations§
Trait Implementations§
impl StructuralPartialEq for GDR
Auto Trait Implementations§
impl Freeze for GDR
impl RefUnwindSafe for GDR
impl Send for GDR
impl Sync for GDR
impl Unpin for GDR
impl UnwindSafe for GDR
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