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