#[repr(C)]pub struct FNA3D_Query { /* private fields */ }Trait Implementations§
Source§impl Clone for FNA3D_Query
impl Clone for FNA3D_Query
Source§fn clone(&self) -> FNA3D_Query
fn clone(&self) -> FNA3D_Query
Returns a copy 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 FNA3D_Query
impl Debug for FNA3D_Query
impl Copy for FNA3D_Query
Auto Trait Implementations§
impl Freeze for FNA3D_Query
impl RefUnwindSafe for FNA3D_Query
impl Send for FNA3D_Query
impl Sync for FNA3D_Query
impl Unpin for FNA3D_Query
impl UnwindSafe for FNA3D_Query
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