#[repr(C)]pub struct LibDiolPlotArg {
pub n: usize,
}Fields§
§n: usizeTrait Implementations§
Source§impl Clone for LibDiolPlotArg
impl Clone for LibDiolPlotArg
Source§fn clone(&self) -> LibDiolPlotArg
fn clone(&self) -> LibDiolPlotArg
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 moreimpl Copy for LibDiolPlotArg
Auto Trait Implementations§
impl Freeze for LibDiolPlotArg
impl RefUnwindSafe for LibDiolPlotArg
impl Send for LibDiolPlotArg
impl Sync for LibDiolPlotArg
impl Unpin for LibDiolPlotArg
impl UnwindSafe for LibDiolPlotArg
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