Struct skia_bindings::VecSink
source · #[repr(C)]pub struct VecSink<T> {
pub fn_trait: TraitObject,
pub set_fn: Option<unsafe extern "C" fn(arg1: *mut T, arg2: usize, arg3: TraitObject)>,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
}
Fields§
§fn_trait: TraitObject
§set_fn: Option<unsafe extern "C" fn(arg1: *mut T, arg2: usize, arg3: TraitObject)>
§_phantom_0: PhantomData<UnsafeCell<T>>
Trait Implementations§
impl<T: Copy> Copy for VecSink<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for VecSink<T>
impl<T> !Send for VecSink<T>
impl<T> !Sync for VecSink<T>
impl<T> Unpin for VecSink<T>where T: Unpin,
impl<T> UnwindSafe for VecSink<T>where T: UnwindSafe,
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