#[repr(C)]pub struct svLogicVec32 {
pub c: c_uint,
pub d: c_uint,
}Fields§
§c: c_uint§d: c_uintTrait Implementations§
Source§impl Clone for svLogicVec32
impl Clone for svLogicVec32
Source§fn clone(&self) -> svLogicVec32
fn clone(&self) -> svLogicVec32
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 svLogicVec32
impl Debug for svLogicVec32
impl Copy for svLogicVec32
Auto Trait Implementations§
impl Freeze for svLogicVec32
impl RefUnwindSafe for svLogicVec32
impl Send for svLogicVec32
impl Sync for svLogicVec32
impl Unpin for svLogicVec32
impl UnwindSafe for svLogicVec32
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