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