Struct ExCreateMesh
pub struct ExCreateMesh<'ex> { /* private fields */ }Expand description
Default-param extender for WebRtcMultiplayerPeer::create_mesh_ex.
Implementations§
§impl<'ex> ExCreateMesh<'ex>
impl<'ex> ExCreateMesh<'ex>
pub fn channels_config( self, channels_config: &'ex AnyArray, ) -> ExCreateMesh<'ex>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'ex> !Freeze for ExCreateMesh<'ex>
impl<'ex> !RefUnwindSafe for ExCreateMesh<'ex>
impl<'ex> !Send for ExCreateMesh<'ex>
impl<'ex> !Sync for ExCreateMesh<'ex>
impl<'ex> Unpin for ExCreateMesh<'ex>
impl<'ex> !UnwindSafe for ExCreateMesh<'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