#[repr(C)]pub struct TexturePacker_JsonArray_SpriteFrame {
pub x: f32,
pub y: f32,
pub w: f32,
pub h: f32,
}Expand description
Fields§
§x: f32§y: f32§w: f32§h: f32Implementations§
Source§impl TexturePacker_JsonArray_SpriteFrame
impl TexturePacker_JsonArray_SpriteFrame
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl TexturePacker_JsonArray_SpriteFrame
impl TexturePacker_JsonArray_SpriteFrame
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for TexturePacker_JsonArray_SpriteFrame
impl Clone for TexturePacker_JsonArray_SpriteFrame
Source§fn clone(&self) -> TexturePacker_JsonArray_SpriteFrame
fn clone(&self) -> TexturePacker_JsonArray_SpriteFrame
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 moreSource§impl IlType for TexturePacker_JsonArray_SpriteFrame
impl IlType for TexturePacker_JsonArray_SpriteFrame
impl Copy for TexturePacker_JsonArray_SpriteFrame
Auto Trait Implementations§
impl Freeze for TexturePacker_JsonArray_SpriteFrame
impl RefUnwindSafe for TexturePacker_JsonArray_SpriteFrame
impl Send for TexturePacker_JsonArray_SpriteFrame
impl Sync for TexturePacker_JsonArray_SpriteFrame
impl Unpin for TexturePacker_JsonArray_SpriteFrame
impl UnwindSafe for TexturePacker_JsonArray_SpriteFrame
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)