#[repr(C)]pub struct JPC_ObjectLayerPairFilterFns {
pub ShouldCollide: Option<unsafe extern "C" fn(self_: *const c_void, inLayer1: JPC_ObjectLayer, inLayer2: JPC_ObjectLayer) -> bool>,
}Fields§
§ShouldCollide: Option<unsafe extern "C" fn(self_: *const c_void, inLayer1: JPC_ObjectLayer, inLayer2: JPC_ObjectLayer) -> bool>Trait Implementations§
Source§impl Clone for JPC_ObjectLayerPairFilterFns
impl Clone for JPC_ObjectLayerPairFilterFns
Source§fn clone(&self) -> JPC_ObjectLayerPairFilterFns
fn clone(&self) -> JPC_ObjectLayerPairFilterFns
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 JPC_ObjectLayerPairFilterFns
impl Debug for JPC_ObjectLayerPairFilterFns
impl Copy for JPC_ObjectLayerPairFilterFns
Auto Trait Implementations§
impl Freeze for JPC_ObjectLayerPairFilterFns
impl RefUnwindSafe for JPC_ObjectLayerPairFilterFns
impl Send for JPC_ObjectLayerPairFilterFns
impl Sync for JPC_ObjectLayerPairFilterFns
impl Unpin for JPC_ObjectLayerPairFilterFns
impl UnwindSafe for JPC_ObjectLayerPairFilterFns
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