pub struct GcenR { /* private fields */ }
Expand description
Value of the field GCEN
Implementations§
Auto Trait Implementations§
impl Freeze for GcenR
impl RefUnwindSafe for GcenR
impl Send for GcenR
impl Sync for GcenR
impl Unpin for GcenR
impl UnwindSafe for GcenR
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