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