pub struct Y<'a> { /* private fields */ }Implementations§
Source§impl<'a> Y<'a>
impl<'a> Y<'a>
Sourcepub fn show(&mut self, show: bool) -> &mut Self
pub fn show(&mut self, show: bool) -> &mut Self
Determines whether or not slice planes about the y dimension are drawn.
default: false
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Y<'a>
impl<'a> RefUnwindSafe for Y<'a>
impl<'a> Send for Y<'a>
impl<'a> Sync for Y<'a>
impl<'a> Unpin for Y<'a>
impl<'a> UnwindSafe for Y<'a>
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