#[repr(C)]pub struct cldnn_arg_t {
pub arg_type: cldnn_arg_type,
pub index: cldnn_arg_index,
}Fields§
§arg_type: cldnn_arg_type§index: cldnn_arg_indexTrait Implementations§
Source§impl Clone for cldnn_arg_t
impl Clone for cldnn_arg_t
Source§fn clone(&self) -> cldnn_arg_t
fn clone(&self) -> cldnn_arg_t
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 cldnn_arg_t
impl Debug for cldnn_arg_t
impl Copy for cldnn_arg_t
Auto Trait Implementations§
impl Freeze for cldnn_arg_t
impl RefUnwindSafe for cldnn_arg_t
impl Send for cldnn_arg_t
impl Sync for cldnn_arg_t
impl Unpin for cldnn_arg_t
impl UnwindSafe for cldnn_arg_t
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