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