Struct spinel_vk_rs_sys::spinel_txty
source · #[repr(C)]pub struct spinel_txty {
pub tx: i32,
pub ty: i32,
}
Fields§
§tx: i32
§ty: i32
Trait Implementations§
source§impl Clone for spinel_txty
impl Clone for spinel_txty
source§fn clone(&self) -> spinel_txty
fn clone(&self) -> spinel_txty
Returns a copy 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 more