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