pub struct FMOD_GEOMETRY { /* private fields */ }Trait Implementations§
Source§impl Clone for FMOD_GEOMETRY
impl Clone for FMOD_GEOMETRY
Source§fn clone(&self) -> FMOD_GEOMETRY
fn clone(&self) -> FMOD_GEOMETRY
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 moreSource§impl Debug for FMOD_GEOMETRY
impl Debug for FMOD_GEOMETRY
impl Copy for FMOD_GEOMETRY
Auto Trait Implementations§
impl Freeze for FMOD_GEOMETRY
impl RefUnwindSafe for FMOD_GEOMETRY
impl Send for FMOD_GEOMETRY
impl Sync for FMOD_GEOMETRY
impl Unpin for FMOD_GEOMETRY
impl UnwindSafe for FMOD_GEOMETRY
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