Struct ALLOCATOR_PROPERTIES
#[repr(C)]pub struct ALLOCATOR_PROPERTIES {
pub cBuffers: i32,
pub cbBuffer: i32,
pub cbAlign: i32,
pub cbPrefix: i32,
}
Fields§
§cBuffers: i32
§cbBuffer: i32
§cbAlign: i32
§cbPrefix: i32
Trait Implementations§
§impl Clone for ALLOCATOR_PROPERTIES
impl Clone for ALLOCATOR_PROPERTIES
§fn clone(&self) -> ALLOCATOR_PROPERTIES
fn clone(&self) -> ALLOCATOR_PROPERTIES
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 ALLOCATOR_PROPERTIES
impl Debug for ALLOCATOR_PROPERTIES
§impl Default for ALLOCATOR_PROPERTIES
impl Default for ALLOCATOR_PROPERTIES
§impl PartialEq for ALLOCATOR_PROPERTIES
impl PartialEq for ALLOCATOR_PROPERTIES
impl Copy for ALLOCATOR_PROPERTIES
impl StructuralPartialEq for ALLOCATOR_PROPERTIES
Auto Trait Implementations§
impl Freeze for ALLOCATOR_PROPERTIES
impl RefUnwindSafe for ALLOCATOR_PROPERTIES
impl Send for ALLOCATOR_PROPERTIES
impl Sync for ALLOCATOR_PROPERTIES
impl Unpin for ALLOCATOR_PROPERTIES
impl UnwindSafe for ALLOCATOR_PROPERTIES
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