Struct ExGetMultiplayer
pub struct ExGetMultiplayer<'a> { /* private fields */ }
Expand description
Default-param extender for SceneTree::get_multiplayer_ex
.
Implementations§
§impl<'a> ExGetMultiplayer<'a>
impl<'a> ExGetMultiplayer<'a>
pub fn for_path(self, value: NodePath) -> ExGetMultiplayer<'a>
pub fn done(self) -> Option<Gd<MultiplayerApi>>
Auto Trait Implementations§
impl<'a> Freeze for ExGetMultiplayer<'a>
impl<'a> RefUnwindSafe for ExGetMultiplayer<'a>
impl<'a> !Send for ExGetMultiplayer<'a>
impl<'a> !Sync for ExGetMultiplayer<'a>
impl<'a> Unpin for ExGetMultiplayer<'a>
impl<'a> UnwindSafe for ExGetMultiplayer<'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