#[repr(C)]pub struct device_uuid_node_s {
pub uuid: *mut c_char,
pub xml_cdr: switch_xml_t,
pub event: *mut switch_event_t,
pub callstate: switch_channel_callstate_t,
pub hold_record: *mut switch_hold_record_t,
pub hup_profile: *mut switch_caller_profile_t,
pub direction: switch_call_direction_t,
pub parent: *mut switch_device_record_s,
pub next: *mut device_uuid_node_s,
}Fields§
§uuid: *mut c_char§xml_cdr: switch_xml_t§event: *mut switch_event_t§callstate: switch_channel_callstate_t§hold_record: *mut switch_hold_record_t§hup_profile: *mut switch_caller_profile_t§direction: switch_call_direction_t§parent: *mut switch_device_record_s§next: *mut device_uuid_node_sTrait Implementations§
Source§impl Clone for device_uuid_node_s
impl Clone for device_uuid_node_s
Source§fn clone(&self) -> device_uuid_node_s
fn clone(&self) -> device_uuid_node_s
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 device_uuid_node_s
impl Debug for device_uuid_node_s
impl Copy for device_uuid_node_s
Auto Trait Implementations§
impl Freeze for device_uuid_node_s
impl RefUnwindSafe for device_uuid_node_s
impl !Send for device_uuid_node_s
impl !Sync for device_uuid_node_s
impl Unpin for device_uuid_node_s
impl UnwindSafe for device_uuid_node_s
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