Struct ExCreateFromString
pub struct ExCreateFromString<'ex> { /* private fields */ }Expand description
Default-param extender for DpiTexture::create_from_string_ex.
Implementations§
§impl<'ex> ExCreateFromString<'ex>
impl<'ex> ExCreateFromString<'ex>
pub fn scale(self, scale: f32) -> ExCreateFromString<'ex>
pub fn saturation(self, saturation: f32) -> ExCreateFromString<'ex>
pub fn color_map(self, color_map: &'ex VarDictionary) -> ExCreateFromString<'ex>
pub fn done(self) -> Option<Gd<DpiTexture>>
Auto Trait Implementations§
impl<'ex> !Freeze for ExCreateFromString<'ex>
impl<'ex> !RefUnwindSafe for ExCreateFromString<'ex>
impl<'ex> !Send for ExCreateFromString<'ex>
impl<'ex> !Sync for ExCreateFromString<'ex>
impl<'ex> Unpin for ExCreateFromString<'ex>
impl<'ex> !UnwindSafe for ExCreateFromString<'ex>
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