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