pub struct X<'a> { /* private fields */ }
Implementations§
Source§impl<'a> X<'a>
impl<'a> X<'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 x dimension are drawn.
default: false
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for X<'a>
impl<'a> RefUnwindSafe for X<'a>
impl<'a> Send for X<'a>
impl<'a> Sync for X<'a>
impl<'a> Unpin for X<'a>
impl<'a> UnwindSafe for X<'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