Expand description
Fields
x: f32y: f32Implementations
sourceimpl SampleLocationEXT
impl SampleLocationEXT
pub fn builder<'a>() -> SampleLocationEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for SampleLocationEXT
impl Clone for SampleLocationEXT
sourcefn clone(&self) -> SampleLocationEXT
fn clone(&self) -> SampleLocationEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SampleLocationEXT
impl Debug for SampleLocationEXT
sourceimpl Default for SampleLocationEXT
impl Default for SampleLocationEXT
sourcefn default() -> SampleLocationEXT
fn default() -> SampleLocationEXT
Returns the “default value” for a type. Read more
impl Copy for SampleLocationEXT
Auto Trait Implementations
impl RefUnwindSafe for SampleLocationEXT
impl Send for SampleLocationEXT
impl Sync for SampleLocationEXT
impl Unpin for SampleLocationEXT
impl UnwindSafe for SampleLocationEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more