#[repr(C)]pub struct tm_gpu_buffer_t {
pub validity_hash: u64,
pub size: u32,
pub usage_flags: u32,
pub handle: u32,
pub resource_state: u16,
pub _padding_14: [i8; 2],
}Fields§
§validity_hash: u64§size: u32§usage_flags: u32§handle: u32§resource_state: u16§_padding_14: [i8; 2]Trait Implementations§
Source§impl Clone for tm_gpu_buffer_t
impl Clone for tm_gpu_buffer_t
Source§fn clone(&self) -> tm_gpu_buffer_t
fn clone(&self) -> tm_gpu_buffer_t
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 moreimpl Copy for tm_gpu_buffer_t
Auto Trait Implementations§
impl Freeze for tm_gpu_buffer_t
impl RefUnwindSafe for tm_gpu_buffer_t
impl Send for tm_gpu_buffer_t
impl Sync for tm_gpu_buffer_t
impl Unpin for tm_gpu_buffer_t
impl UnwindSafe for tm_gpu_buffer_t
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