Struct machinery_api::foundation::TtBufferT [−][src]
#[repr(C)]pub struct TtBufferT { pub id: u32, pub _padding_627: [c_char; 4], pub size: u64, pub data: *const c_void, pub hash: u64, }
Fields
id: u32_padding_627: [c_char; 4]size: u64data: *const c_voidhash: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TtBufferT
impl UnwindSafe for TtBufferT
Blanket Implementations
Mutably borrows from an owned value. Read more