#[repr(C)]pub struct HsaSignal {
pub handle: u64,
}
Expand description
Handle to an HSA signal.
Fields§
§handle: u64
The internal representation of an HSA signal.
Trait Implementations§
Source§impl Ord for HsaSignal
impl Ord for HsaSignal
Source§impl PartialOrd for HsaSignal
impl PartialOrd for HsaSignal
impl Copy for HsaSignal
impl Eq for HsaSignal
impl StructuralPartialEq for HsaSignal
Auto Trait Implementations§
impl Freeze for HsaSignal
impl RefUnwindSafe for HsaSignal
impl Send for HsaSignal
impl Sync for HsaSignal
impl Unpin for HsaSignal
impl UnwindSafe for HsaSignal
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