#[repr(C)]pub struct EcsRest {
pub port: u16,
pub ipaddr: *mut i8,
pub impl_: *mut c_void,
}Fields§
§port: u16< Port of server (optional, default = 27750)
ipaddr: *mut i8< Interface address (optional, default = 0.0.0.0)
impl_: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for EcsRest
impl RefUnwindSafe for EcsRest
impl !Send for EcsRest
impl !Sync for EcsRest
impl Unpin for EcsRest
impl UnwindSafe for EcsRest
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