pub struct Image3DByAxesBuilder<'ui> { /* private fields */ }Expand description
Image by axes builder
Implementations§
Trait Implementations§
Source§impl Plot3DItemFlagged for Image3DByAxesBuilder<'_>
impl Plot3DItemFlagged for Image3DByAxesBuilder<'_>
Source§type Output = Image3DByAxesBuilder<'_>
type Output = Image3DByAxesBuilder<'_>
The output type returned by item-flag building methods.
fn map_item_flags<F>(self, f: F) -> Self::Outputwhere
F: FnOnce(&mut Item3DFlags),
Source§fn with_item_flags(self, flags: Item3DFlags) -> Self::Output
fn with_item_flags(self, flags: Item3DFlags) -> Self::Output
Set common item flags such as
NO_LEGEND / NO_FIT.Source§impl Plot3DItemStyled for Image3DByAxesBuilder<'_>
impl Plot3DItemStyled for Image3DByAxesBuilder<'_>
Source§type Output = Image3DByAxesBuilder<'_>
type Output = Image3DByAxesBuilder<'_>
The output type returned by style-building methods.
fn map_style<F>(self, f: F) -> Self::Outputwhere
F: FnOnce(&mut Plot3DItemStyle),
Source§fn with_style(self, style: Plot3DItemStyle) -> Self::Output
fn with_style(self, style: Plot3DItemStyle) -> Self::Output
Replace the entire item style override for this plot.
Source§fn with_line_weight(self, weight: f32) -> Self::Output
fn with_line_weight(self, weight: f32) -> Self::Output
Set the line width in pixels.
Source§fn with_fill_alpha(self, alpha: f32) -> Self::Output
fn with_fill_alpha(self, alpha: f32) -> Self::Output
Set the fill alpha multiplier used for fills and marker faces.
Source§fn with_marker(self, marker: Marker3D) -> Self::Output
fn with_marker(self, marker: Marker3D) -> Self::Output
Set the marker type.
Source§fn with_marker_size(self, size: f32) -> Self::Output
fn with_marker_size(self, size: f32) -> Self::Output
Set the marker size in pixels.
Auto Trait Implementations§
impl<'ui> Freeze for Image3DByAxesBuilder<'ui>
impl<'ui> !RefUnwindSafe for Image3DByAxesBuilder<'ui>
impl<'ui> !Send for Image3DByAxesBuilder<'ui>
impl<'ui> !Sync for Image3DByAxesBuilder<'ui>
impl<'ui> Unpin for Image3DByAxesBuilder<'ui>
impl<'ui> UnsafeUnpin for Image3DByAxesBuilder<'ui>
impl<'ui> !UnwindSafe for Image3DByAxesBuilder<'ui>
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