#[repr(C)]pub struct lo_server_config {
pub size: usize,
pub group: *const c_char,
pub port: *const c_char,
pub iface: *const c_char,
pub ip: *const c_char,
pub proto: c_int,
pub err_handler: lo_err_handler,
pub err_handler_context: *mut c_void,
}Fields§
§size: usize§group: *const c_char§port: *const c_char§iface: *const c_char§ip: *const c_char§proto: c_int§err_handler: lo_err_handler§err_handler_context: *mut c_voidTrait Implementations§
Source§impl Clone for lo_server_config
impl Clone for lo_server_config
Source§fn clone(&self) -> lo_server_config
fn clone(&self) -> lo_server_config
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lo_server_config
impl Debug for lo_server_config
impl Copy for lo_server_config
Auto Trait Implementations§
impl Freeze for lo_server_config
impl RefUnwindSafe for lo_server_config
impl !Send for lo_server_config
impl !Sync for lo_server_config
impl Unpin for lo_server_config
impl UnsafeUnpin for lo_server_config
impl UnwindSafe for lo_server_config
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