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