pub struct ClInt8(/* private fields */);Expand description
Vector containing 8 $rust_t
Trait Implementations§
Source§impl NumberTypedT for ClInt8
impl NumberTypedT for ClInt8
fn number_type() -> NumberType
fn matches(other: NumberType) -> bool
fn match_or_panic(other: NumberType)
Source§impl ToClNumber<cl_int8> for ClInt8
impl ToClNumber<cl_int8> for ClInt8
fn to_cl_number(self) -> cl_int8
Auto Trait Implementations§
impl Freeze for ClInt8
impl RefUnwindSafe for ClInt8
impl Send for ClInt8
impl Sync for ClInt8
impl Unpin for ClInt8
impl UnwindSafe for ClInt8
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