#[repr(C)]pub struct SpiceChannel {
pub host: *mut i8,
pub port: *mut i8,
pub family: u32,
pub connection_id: i64,
pub channel_type: i64,
pub channel_id: i64,
pub tls: bool,
}Fields§
§host: *mut i8§port: *mut i8§family: u32§connection_id: i64§channel_type: i64§channel_id: i64§tls: boolTrait Implementations§
Source§impl Clone for SpiceChannel
impl Clone for SpiceChannel
Source§fn clone(&self) -> SpiceChannel
fn clone(&self) -> SpiceChannel
Returns a duplicate of the value. Read more
1.0.0 · 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 SpiceChannel
impl Debug for SpiceChannel
impl Copy for SpiceChannel
Auto Trait Implementations§
impl Freeze for SpiceChannel
impl RefUnwindSafe for SpiceChannel
impl !Send for SpiceChannel
impl !Sync for SpiceChannel
impl Unpin for SpiceChannel
impl UnwindSafe for SpiceChannel
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