#[repr(C)]pub struct AssetSaveFileTreeModificationT {
pub item: TtIdT,
pub type_: AssetSaveFileTreeModificationType,
pub _padding_88: [c_char; 4],
pub original_name: *const c_char,
pub original_directory: TtIdT,
}Fields§
§item: TtIdT§type_: AssetSaveFileTreeModificationType§_padding_88: [c_char; 4]§original_name: *const c_char§original_directory: TtIdTTrait Implementations§
Auto Trait Implementations§
impl Freeze for AssetSaveFileTreeModificationT
impl RefUnwindSafe for AssetSaveFileTreeModificationT
impl !Send for AssetSaveFileTreeModificationT
impl !Sync for AssetSaveFileTreeModificationT
impl Unpin for AssetSaveFileTreeModificationT
impl UnwindSafe for AssetSaveFileTreeModificationT
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