#[repr(C)]pub struct juice_turn_server {
pub host: *const c_char,
pub username: *const c_char,
pub password: *const c_char,
pub port: u16,
}Fields§
§host: *const c_char§username: *const c_char§password: *const c_char§port: u16Trait Implementations§
Source§impl Clone for juice_turn_server
impl Clone for juice_turn_server
Source§fn clone(&self) -> juice_turn_server
fn clone(&self) -> juice_turn_server
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 juice_turn_server
impl Debug for juice_turn_server
impl Copy for juice_turn_server
Auto Trait Implementations§
impl Freeze for juice_turn_server
impl RefUnwindSafe for juice_turn_server
impl !Send for juice_turn_server
impl !Sync for juice_turn_server
impl Unpin for juice_turn_server
impl UnsafeUnpin for juice_turn_server
impl UnwindSafe for juice_turn_server
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