#[repr(C)]pub struct VarStateArray {
pub length: u32,
pub sequence: *mut TangoDevState,
}
Fields§
§length: u32
§sequence: *mut TangoDevState
Trait Implementations§
Source§impl Clone for VarStateArray
impl Clone for VarStateArray
Source§fn clone(&self) -> VarStateArray
fn clone(&self) -> VarStateArray
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 VarStateArray
impl Debug for VarStateArray
impl Copy for VarStateArray
Auto Trait Implementations§
impl Freeze for VarStateArray
impl RefUnwindSafe for VarStateArray
impl !Send for VarStateArray
impl !Sync for VarStateArray
impl Unpin for VarStateArray
impl UnwindSafe for VarStateArray
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