Skip to main content

SetZ

Trait SetZ 

Source
pub trait SetZ {
    // Required method
    fn set_z(&mut self, z: f64);
}
Expand description

Trait to set the z value

Required Methods§

Source

fn set_z(&mut self, z: f64)

Set the z value

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl SetZ for (f64, f64, f64)

Source§

fn set_z(&mut self, z: f64)

Implementors§