pub struct ClInt(/* private fields */);Trait Implementations§
Source§impl FromClNumber<i32> for ClInt
impl FromClNumber<i32> for ClInt
fn from_cl_number(val: cl_int) -> ClInt
Source§impl NumberTypedT for ClInt
impl NumberTypedT for ClInt
fn number_type() -> NumberType
fn matches(other: NumberType) -> bool
fn match_or_panic(other: NumberType)
Source§impl ToClNumber<i32> for ClInt
impl ToClNumber<i32> for ClInt
fn to_cl_number(self) -> cl_int
Auto Trait Implementations§
impl Freeze for ClInt
impl RefUnwindSafe for ClInt
impl Send for ClInt
impl Sync for ClInt
impl Unpin for ClInt
impl UnwindSafe for ClInt
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