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