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