#[repr(C)]pub struct cldnn_version {
pub major: i32,
pub minor: i32,
pub build: i32,
pub revision: i32,
}Fields§
§major: i32§minor: i32§build: i32§revision: i32Trait Implementations§
Source§impl Clone for cldnn_version
impl Clone for cldnn_version
Source§fn clone(&self) -> cldnn_version
fn clone(&self) -> cldnn_version
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_version
impl Debug for cldnn_version
impl Copy for cldnn_version
Auto Trait Implementations§
impl Freeze for cldnn_version
impl RefUnwindSafe for cldnn_version
impl Send for cldnn_version
impl Sync for cldnn_version
impl Unpin for cldnn_version
impl UnwindSafe for cldnn_version
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