#[repr(C)]pub struct ScePvfCacheSystemInterface {
pub cacheInstance: *mut ScePvfPointer,
pub lockFunc: ScePvfFontCacheLockFunc,
pub unlockFunc: ScePvfFontChcheUnlockFunc,
pub findFunc: ScePvfFontChcheFindFunc,
pub writeKeyValueToCacheFunc: ScePvfFontChcheWriteKeyValueToCacheFunc,
pub write0ToCacheFunc: ScePvfFontChcheWriteToCacheFunc,
pub write1ToCacheFunc: ScePvfFontChcheWriteToCacheFunc,
pub read0FromCacheFunc: ScePvfFontChcheReadFromCacheFunc,
pub read1FromCacheFunc: ScePvfFontChcheReadFromCacheFunc,
}Fields§
§cacheInstance: *mut ScePvfPointer§lockFunc: ScePvfFontCacheLockFunc§unlockFunc: ScePvfFontChcheUnlockFunc§findFunc: ScePvfFontChcheFindFunc§writeKeyValueToCacheFunc: ScePvfFontChcheWriteKeyValueToCacheFunc§write0ToCacheFunc: ScePvfFontChcheWriteToCacheFunc§write1ToCacheFunc: ScePvfFontChcheWriteToCacheFunc§read0FromCacheFunc: ScePvfFontChcheReadFromCacheFunc§read1FromCacheFunc: ScePvfFontChcheReadFromCacheFuncTrait Implementations§
Source§impl Clone for ScePvfCacheSystemInterface
impl Clone for ScePvfCacheSystemInterface
Source§fn clone(&self) -> ScePvfCacheSystemInterface
fn clone(&self) -> ScePvfCacheSystemInterface
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScePvfCacheSystemInterface
impl Debug for ScePvfCacheSystemInterface
impl Copy for ScePvfCacheSystemInterface
Auto Trait Implementations§
impl Freeze for ScePvfCacheSystemInterface
impl RefUnwindSafe for ScePvfCacheSystemInterface
impl !Send for ScePvfCacheSystemInterface
impl !Sync for ScePvfCacheSystemInterface
impl Unpin for ScePvfCacheSystemInterface
impl UnwindSafe for ScePvfCacheSystemInterface
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)