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