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