#[repr(transparent)]pub struct HRGN(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
impl Copy for HRGN
impl Eq for HRGN
impl StructuralPartialEq for HRGN
Auto Trait Implementations§
impl Freeze for HRGN
impl RefUnwindSafe for HRGN
impl Send for HRGN
impl Sync for HRGN
impl Unpin for HRGN
impl UnwindSafe for HRGN
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