#[repr(C)]pub struct PF_SmartRenderExtra {
pub input: *mut PF_SmartRenderInput,
pub cb: *mut PF_SmartRenderCallbacks,
}Fields§
§input: *mut PF_SmartRenderInput§cb: *mut PF_SmartRenderCallbacksTrait Implementations§
Source§impl Clone for PF_SmartRenderExtra
impl Clone for PF_SmartRenderExtra
Source§fn clone(&self) -> PF_SmartRenderExtra
fn clone(&self) -> PF_SmartRenderExtra
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 PF_SmartRenderExtra
impl Debug for PF_SmartRenderExtra
impl Copy for PF_SmartRenderExtra
Auto Trait Implementations§
impl Freeze for PF_SmartRenderExtra
impl RefUnwindSafe for PF_SmartRenderExtra
impl !Send for PF_SmartRenderExtra
impl !Sync for PF_SmartRenderExtra
impl Unpin for PF_SmartRenderExtra
impl UnwindSafe for PF_SmartRenderExtra
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