#[repr(C)]pub struct cldnn_layout {
pub data_type: usize,
pub format: i32,
pub size: cldnn_tensor,
pub padding: cldnn_padding,
}Fields§
§data_type: usize§format: i32§size: cldnn_tensor§padding: cldnn_paddingTrait Implementations§
Source§impl Clone for cldnn_layout
impl Clone for cldnn_layout
Source§fn clone(&self) -> cldnn_layout
fn clone(&self) -> cldnn_layout
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_layout
impl Debug for cldnn_layout
impl Copy for cldnn_layout
Auto Trait Implementations§
impl Freeze for cldnn_layout
impl RefUnwindSafe for cldnn_layout
impl Send for cldnn_layout
impl Sync for cldnn_layout
impl Unpin for cldnn_layout
impl UnwindSafe for cldnn_layout
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