#[repr(transparent)]pub struct blas_handle_type(pub c_uint);Expand description
The following are not fully implemented. Usable with #BLAS_usgp.
Tuple Fields§
§0: c_uintImplementations§
Source§impl blas_handle_type
impl blas_handle_type
Sourcepub const blas_invalid_handle: blas_handle_type
pub const blas_invalid_handle: blas_handle_type
< Used to check whether the handle is invalid.
Source§impl blas_handle_type
impl blas_handle_type
Sourcepub const blas_new_handle: blas_handle_type
pub const blas_new_handle: blas_handle_type
< Will give 1 if the handle is new.
Source§impl blas_handle_type
impl blas_handle_type
Sourcepub const blas_open_handle: blas_handle_type
pub const blas_open_handle: blas_handle_type
< will give 1 if the handle is open.
Source§impl blas_handle_type
impl blas_handle_type
Sourcepub const blas_valid_handle: blas_handle_type
pub const blas_valid_handle: blas_handle_type
< Will give 1 if the handle is valid (that is, after #BLAS_duscr_end/#BLAS_zuscr_end/#BLAS_cuscr_end/#BLAS_zuscr_end).
Trait Implementations§
Source§impl Clone for blas_handle_type
impl Clone for blas_handle_type
Source§fn clone(&self) -> blas_handle_type
fn clone(&self) -> blas_handle_type
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for blas_handle_type
impl Debug for blas_handle_type
Source§impl Hash for blas_handle_type
impl Hash for blas_handle_type
Source§impl PartialEq for blas_handle_type
impl PartialEq for blas_handle_type
impl Copy for blas_handle_type
impl Eq for blas_handle_type
impl StructuralPartialEq for blas_handle_type
Auto Trait Implementations§
impl Freeze for blas_handle_type
impl RefUnwindSafe for blas_handle_type
impl Send for blas_handle_type
impl Sync for blas_handle_type
impl Unpin for blas_handle_type
impl UnwindSafe for blas_handle_type
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