#[repr(C)]pub struct TexturePacker_JsonArray_Frame {
pub filename: Il2CppString,
pub frame: TexturePacker_JsonArray_SpriteFrame,
pub rotated: bool,
pub trimmed: bool,
pub sprite_source_size: TexturePacker_JsonArray_SpriteFrame,
pub source_size: TexturePacker_JsonArray_SpriteSize,
pub pivot: Vector2,
}Expand description
Fields§
§filename: Il2CppString§frame: TexturePacker_JsonArray_SpriteFrame§rotated: bool§trimmed: bool§sprite_source_size: TexturePacker_JsonArray_SpriteFrame§source_size: TexturePacker_JsonArray_SpriteSize§pivot: Vector2Trait Implementations§
Source§impl Clone for TexturePacker_JsonArray_Frame
impl Clone for TexturePacker_JsonArray_Frame
Source§fn clone(&self) -> TexturePacker_JsonArray_Frame
fn clone(&self) -> TexturePacker_JsonArray_Frame
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TexturePacker_JsonArray_Frame
Auto Trait Implementations§
impl Freeze for TexturePacker_JsonArray_Frame
impl RefUnwindSafe for TexturePacker_JsonArray_Frame
impl !Send for TexturePacker_JsonArray_Frame
impl !Sync for TexturePacker_JsonArray_Frame
impl Unpin for TexturePacker_JsonArray_Frame
impl UnwindSafe for TexturePacker_JsonArray_Frame
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)