Struct raknet::RakPeerConfig
source · pub struct RakPeerConfig {
pub max_incoming_connections: usize,
pub incoming_password: BString,
}
Expand description
Configuration for RakPeers
Fields§
§max_incoming_connections: usize
§incoming_password: BString
Auto Trait Implementations§
impl RefUnwindSafe for RakPeerConfig
impl Send for RakPeerConfig
impl Sync for RakPeerConfig
impl Unpin for RakPeerConfig
impl UnwindSafe for RakPeerConfig
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