pub struct TextureArgs<'a> {
pub type_: TextureFormat,
pub image: Option<WIPOffset<&'a str>>,
pub wrap_mode: Option<WrapMode>,
pub texture_type: Option<TextureType>,
pub border_color: Option<WIPOffset<Vector<'a, f64>>>,
}Fields§
§type_: TextureFormat§image: Option<WIPOffset<&'a str>>§wrap_mode: Option<WrapMode>§texture_type: Option<TextureType>§border_color: Option<WIPOffset<Vector<'a, f64>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TextureArgs<'a>
impl<'a> RefUnwindSafe for TextureArgs<'a>
impl<'a> Send for TextureArgs<'a>
impl<'a> Sync for TextureArgs<'a>
impl<'a> Unpin for TextureArgs<'a>
impl<'a> UnsafeUnpin for TextureArgs<'a>
impl<'a> UnwindSafe for TextureArgs<'a>
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