Struct AMVAInternalMemInfo
#[repr(C)]pub struct AMVAInternalMemInfo {
pub dwScratchMemAlloc: u32,
}
Fields§
§dwScratchMemAlloc: u32
Trait Implementations§
§impl Clone for AMVAInternalMemInfo
impl Clone for AMVAInternalMemInfo
§fn clone(&self) -> AMVAInternalMemInfo
fn clone(&self) -> AMVAInternalMemInfo
Returns a copy 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 more§impl Debug for AMVAInternalMemInfo
impl Debug for AMVAInternalMemInfo
§impl Default for AMVAInternalMemInfo
impl Default for AMVAInternalMemInfo
§impl PartialEq for AMVAInternalMemInfo
impl PartialEq for AMVAInternalMemInfo
impl Copy for AMVAInternalMemInfo
impl StructuralPartialEq for AMVAInternalMemInfo
Auto Trait Implementations§
impl Freeze for AMVAInternalMemInfo
impl RefUnwindSafe for AMVAInternalMemInfo
impl Send for AMVAInternalMemInfo
impl Sync for AMVAInternalMemInfo
impl Unpin for AMVAInternalMemInfo
impl UnwindSafe for AMVAInternalMemInfo
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