#[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: u64§data: *const c_void§hash: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TtBufferT
impl RefUnwindSafe for TtBufferT
impl !Send for TtBufferT
impl !Sync for TtBufferT
impl Unpin for TtBufferT
impl UnwindSafe for TtBufferT
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