#[repr(C)]pub struct Struct__PVrec {
pub count: c_int,
pub startpos: *mut c_int,
pub value: *mut c_double,
pub parent: *mut Struct__PVrec,
}Fields§
§count: c_int§startpos: *mut c_int§value: *mut c_double§parent: *mut Struct__PVrecTrait Implementations§
Source§impl Clone for Struct__PVrec
impl Clone for Struct__PVrec
Source§impl Default for Struct__PVrec
impl Default for Struct__PVrec
impl Copy for Struct__PVrec
Auto Trait Implementations§
impl Freeze for Struct__PVrec
impl RefUnwindSafe for Struct__PVrec
impl !Send for Struct__PVrec
impl !Sync for Struct__PVrec
impl Unpin for Struct__PVrec
impl UnwindSafe for Struct__PVrec
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