#[repr(C)]pub struct cuFuncSetAttribute_params_st {
pub hfunc: CUfunction,
pub attrib: CUfunction_attribute,
pub value: c_int,
}Fields§
§hfunc: CUfunction§attrib: CUfunction_attribute§value: c_intAuto Trait Implementations§
impl Freeze for cuFuncSetAttribute_params_st
impl RefUnwindSafe for cuFuncSetAttribute_params_st
impl !Send for cuFuncSetAttribute_params_st
impl !Sync for cuFuncSetAttribute_params_st
impl Unpin for cuFuncSetAttribute_params_st
impl UnsafeUnpin for cuFuncSetAttribute_params_st
impl UnwindSafe for cuFuncSetAttribute_params_st
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