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