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