#[repr(C)]pub struct TtAssetsBufferT {
pub object_id: TtIdT,
pub property_index: u32,
pub _padding_143: [c_char; 4],
pub hash: u64,
}Fields§
§object_id: TtIdT§property_index: u32§_padding_143: [c_char; 4]§hash: u64Trait Implementations§
Source§impl Clone for TtAssetsBufferT
impl Clone for TtAssetsBufferT
Source§fn clone(&self) -> TtAssetsBufferT
fn clone(&self) -> TtAssetsBufferT
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 moreSource§impl Default for TtAssetsBufferT
impl Default for TtAssetsBufferT
impl Copy for TtAssetsBufferT
Auto Trait Implementations§
impl Freeze for TtAssetsBufferT
impl RefUnwindSafe for TtAssetsBufferT
impl Send for TtAssetsBufferT
impl Sync for TtAssetsBufferT
impl Unpin for TtAssetsBufferT
impl UnwindSafe for TtAssetsBufferT
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