pub struct ImageButtonParams {
pub size: [f32; 2],
pub background: Option<[f32; 4]>,
pub tint: Option<[f32; 4]>,
pub uv0: Option<[f32; 2]>,
pub uv1: Option<[f32; 2]>,
pub frame_padding: Option<i32>,
}Fields§
§size: [f32; 2]§background: Option<[f32; 4]>§tint: Option<[f32; 4]>§uv0: Option<[f32; 2]>§uv1: Option<[f32; 2]>§frame_padding: Option<i32>Auto Trait Implementations§
impl Freeze for ImageButtonParams
impl RefUnwindSafe for ImageButtonParams
impl Send for ImageButtonParams
impl Sync for ImageButtonParams
impl Unpin for ImageButtonParams
impl UnsafeUnpin for ImageButtonParams
impl UnwindSafe for ImageButtonParams
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