#[repr(packed(1))]pub struct GRange(pub i32, pub i32);
Tuple Fields§
§0: i32
§1: i32
Auto Trait Implementations§
impl Freeze for GRange
impl RefUnwindSafe for GRange
impl Send for GRange
impl Sync for GRange
impl Unpin for GRange
impl UnwindSafe for GRange
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