Struct ExSetSlot
pub struct ExSetSlot<'ex> { /* private fields */ }Available on crate feature
experimental-godot-api only.Expand description
Default-param extender for GraphNode::set_slot_ex.
Implementations§
§impl<'ex> ExSetSlot<'ex>
impl<'ex> ExSetSlot<'ex>
pub fn custom_icon_left( self, custom_icon_left: impl AsArg<Option<Gd<Texture2D>>> + 'ex, ) -> ExSetSlot<'ex>
pub fn custom_icon_right( self, custom_icon_right: impl AsArg<Option<Gd<Texture2D>>> + 'ex, ) -> ExSetSlot<'ex>
pub fn draw_stylebox(self, draw_stylebox: bool) -> ExSetSlot<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExSetSlot<'ex>
impl<'ex> RefUnwindSafe for ExSetSlot<'ex>
impl<'ex> !Send for ExSetSlot<'ex>
impl<'ex> !Sync for ExSetSlot<'ex>
impl<'ex> Unpin for ExSetSlot<'ex>
impl<'ex> !UnwindSafe for ExSetSlot<'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