Struct AxesOptions
pub struct AxesOptions {
pub transform: Transform,
pub identifier: Option<String>,
}Expand description
Options for adding an axes helper object.
Fields§
§transform: TransformThe common transform parameters.
identifier: Option<String>The explicit identifier; assigned by the server when None.
Trait Implementations§
§impl Clone for AxesOptions
impl Clone for AxesOptions
§fn clone(&self) -> AxesOptions
fn clone(&self) -> AxesOptions
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 more§impl Debug for AxesOptions
impl Debug for AxesOptions
§impl Default for AxesOptions
impl Default for AxesOptions
§fn default() -> AxesOptions
fn default() -> AxesOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AxesOptions
impl RefUnwindSafe for AxesOptions
impl Send for AxesOptions
impl Sync for AxesOptions
impl Unpin for AxesOptions
impl UnwindSafe for AxesOptions
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