Struct raknet::RemoteSystem
source · pub struct RemoteSystem { /* private fields */ }
Implementations§
source§impl RemoteSystem
impl RemoteSystem
pub fn system_address(&self) -> SystemAddress
pub fn send(&mut self, bs: BitStreamWrite, reliability: PacketReliability)
Auto Trait Implementations§
impl RefUnwindSafe for RemoteSystem
impl Send for RemoteSystem
impl Sync for RemoteSystem
impl Unpin for RemoteSystem
impl UnwindSafe for RemoteSystem
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