#[repr(C)]pub struct JPC_BroadPhaseLayerInterfaceFns {
pub GetNumBroadPhaseLayers: Option<unsafe extern "C" fn(self_: *const c_void) -> c_uint>,
pub GetBroadPhaseLayer: Option<unsafe extern "C" fn(self_: *const c_void, inLayer: JPC_ObjectLayer) -> JPC_BroadPhaseLayer>,
}Fields§
§GetNumBroadPhaseLayers: Option<unsafe extern "C" fn(self_: *const c_void) -> c_uint>§GetBroadPhaseLayer: Option<unsafe extern "C" fn(self_: *const c_void, inLayer: JPC_ObjectLayer) -> JPC_BroadPhaseLayer>Trait Implementations§
Source§impl Clone for JPC_BroadPhaseLayerInterfaceFns
impl Clone for JPC_BroadPhaseLayerInterfaceFns
Source§fn clone(&self) -> JPC_BroadPhaseLayerInterfaceFns
fn clone(&self) -> JPC_BroadPhaseLayerInterfaceFns
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 moreimpl Copy for JPC_BroadPhaseLayerInterfaceFns
Auto Trait Implementations§
impl Freeze for JPC_BroadPhaseLayerInterfaceFns
impl RefUnwindSafe for JPC_BroadPhaseLayerInterfaceFns
impl Send for JPC_BroadPhaseLayerInterfaceFns
impl Sync for JPC_BroadPhaseLayerInterfaceFns
impl Unpin for JPC_BroadPhaseLayerInterfaceFns
impl UnwindSafe for JPC_BroadPhaseLayerInterfaceFns
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