#[repr(C)]pub struct wavefront_plot_attr_t {
pub enabled: bool,
pub resolution_points: c_int,
pub align_level: c_int,
}Fields§
§enabled: bool§resolution_points: c_int§align_level: c_intTrait Implementations§
Source§impl Clone for wavefront_plot_attr_t
impl Clone for wavefront_plot_attr_t
Source§fn clone(&self) -> wavefront_plot_attr_t
fn clone(&self) -> wavefront_plot_attr_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wavefront_plot_attr_t
impl Debug for wavefront_plot_attr_t
impl Copy for wavefront_plot_attr_t
Auto Trait Implementations§
impl Freeze for wavefront_plot_attr_t
impl RefUnwindSafe for wavefront_plot_attr_t
impl Send for wavefront_plot_attr_t
impl Sync for wavefront_plot_attr_t
impl Unpin for wavefront_plot_attr_t
impl UnwindSafe for wavefront_plot_attr_t
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)