#[repr(C)]pub struct _SpiceCell {
pub dtype: SpiceCellDataType,
pub length: SpiceInt,
pub size: SpiceInt,
pub card: SpiceInt,
pub isSet: SpiceBoolean,
pub adjust: SpiceBoolean,
pub init: SpiceBoolean,
pub base: *mut c_void,
pub data: *mut c_void,
}Fields§
§dtype: SpiceCellDataType§length: SpiceInt§size: SpiceInt§card: SpiceInt§isSet: SpiceBoolean§adjust: SpiceBoolean§init: SpiceBoolean§base: *mut c_void§data: *mut c_voidTrait Implementations§
Source§impl Clone for _SpiceCell
impl Clone for _SpiceCell
Source§fn clone(&self) -> _SpiceCell
fn clone(&self) -> _SpiceCell
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 _SpiceCell
impl Debug for _SpiceCell
impl Copy for _SpiceCell
Auto Trait Implementations§
impl Freeze for _SpiceCell
impl RefUnwindSafe for _SpiceCell
impl !Send for _SpiceCell
impl !Sync for _SpiceCell
impl Unpin for _SpiceCell
impl UnwindSafe for _SpiceCell
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