#[repr(C)]pub struct Struct__DeltaVrec {
pub lp: *mut lprec,
pub activelevel: c_int,
pub tracker: *mut MATrec,
}Fields§
§lp: *mut lprec§activelevel: c_int§tracker: *mut MATrecTrait Implementations§
Source§impl Clone for Struct__DeltaVrec
impl Clone for Struct__DeltaVrec
Source§impl Default for Struct__DeltaVrec
impl Default for Struct__DeltaVrec
impl Copy for Struct__DeltaVrec
Auto Trait Implementations§
impl Freeze for Struct__DeltaVrec
impl RefUnwindSafe for Struct__DeltaVrec
impl !Send for Struct__DeltaVrec
impl !Sync for Struct__DeltaVrec
impl Unpin for Struct__DeltaVrec
impl UnwindSafe for Struct__DeltaVrec
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