#[repr(transparent)]pub struct HRGN(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HRGN
impl Abi for HRGN
impl Copy for HRGN
impl Eq 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