pub type magma_buffer_info_t = magma_buffer_info;
Aliased Type§
struct magma_buffer_info_t {
pub committed_byte_count: u64,
pub size: u64,
}
Fields§
§committed_byte_count: u64
§size: u64
Trait Implementations
Source§impl Clone for magma_buffer_info
impl Clone for magma_buffer_info
Source§fn clone(&self) -> magma_buffer_info
fn clone(&self) -> magma_buffer_info
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 moreSource§impl Debug for magma_buffer_info
impl Debug for magma_buffer_info
Source§impl Default for magma_buffer_info
impl Default for magma_buffer_info
Source§fn default() -> magma_buffer_info
fn default() -> magma_buffer_info
Returns the “default value” for a type. Read more
Source§impl FromBytes for magma_buffer_infowhere
u64: FromBytes,
impl FromBytes for magma_buffer_infowhere
u64: FromBytes,
Source§impl FromZeros for magma_buffer_infowhere
u64: FromZeros,
impl FromZeros for magma_buffer_infowhere
u64: FromZeros,
Source§impl IntoBytes for magma_buffer_info
impl IntoBytes for magma_buffer_info
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more