#[repr(u32)]pub enum hipLibraryOption {
hipLibraryHostUniversalFunctionAndDataTable = 0,
hipLibraryBinaryIsPreserved = 1,
}Variants§
Trait Implementations§
Source§impl Clone for hipLibraryOption_e
impl Clone for hipLibraryOption_e
Source§fn clone(&self) -> hipLibraryOption_e
fn clone(&self) -> hipLibraryOption_e
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for hipLibraryOption_e
Source§impl Debug for hipLibraryOption_e
impl Debug for hipLibraryOption_e
impl Eq for hipLibraryOption_e
Source§impl Hash for hipLibraryOption_e
impl Hash for hipLibraryOption_e
Source§impl PartialEq for hipLibraryOption_e
impl PartialEq for hipLibraryOption_e
impl StructuralPartialEq for hipLibraryOption_e
Auto Trait Implementations§
impl Freeze for hipLibraryOption_e
impl RefUnwindSafe for hipLibraryOption_e
impl Send for hipLibraryOption_e
impl Sync for hipLibraryOption_e
impl Unpin for hipLibraryOption_e
impl UnsafeUnpin for hipLibraryOption_e
impl UnwindSafe for hipLibraryOption_e
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