#[repr(C)]pub struct Gtran {
pub w: Glimit,
pub v: Glimit,
}Fields§
§w: Glimit§v: GlimitTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gtran
impl RefUnwindSafe for Gtran
impl Send for Gtran
impl Sync for Gtran
impl Unpin for Gtran
impl UnwindSafe for Gtran
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