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