#[repr(C, packed(1))]pub struct PrSDKMemoryManagerSuiteV1 {
pub ReserveMemory: Option<unsafe extern "C" fn(inPluginID: csSDK_uint32, inSize: csSDK_uint32) -> prSuiteError>,
}Fields§
§ReserveMemory: Option<unsafe extern "C" fn(inPluginID: csSDK_uint32, inSize: csSDK_uint32) -> prSuiteError>Set the memory reserve size in bytes for the plugin with the specified ID.
@param inPluginID The ID of the plugin. @param inSize The size in bytes to reserve.
Trait Implementations§
Source§impl Clone for PrSDKMemoryManagerSuiteV1
impl Clone for PrSDKMemoryManagerSuiteV1
Source§fn clone(&self) -> PrSDKMemoryManagerSuiteV1
fn clone(&self) -> PrSDKMemoryManagerSuiteV1
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 PrSDKMemoryManagerSuiteV1
impl Debug for PrSDKMemoryManagerSuiteV1
impl Copy for PrSDKMemoryManagerSuiteV1
Auto Trait Implementations§
impl Freeze for PrSDKMemoryManagerSuiteV1
impl RefUnwindSafe for PrSDKMemoryManagerSuiteV1
impl Send for PrSDKMemoryManagerSuiteV1
impl Sync for PrSDKMemoryManagerSuiteV1
impl Unpin for PrSDKMemoryManagerSuiteV1
impl UnwindSafe for PrSDKMemoryManagerSuiteV1
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