pub struct NinePatchesInfo {
pub x_position: i32,
pub y_position: i32,
pub width: u32,
pub height: u32,
}Fields§
§x_position: i32§y_position: i32§width: u32§height: u32Auto Trait Implementations§
impl Freeze for NinePatchesInfo
impl RefUnwindSafe for NinePatchesInfo
impl Send for NinePatchesInfo
impl Sync for NinePatchesInfo
impl Unpin for NinePatchesInfo
impl UnwindSafe for NinePatchesInfo
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