#[repr(C)]pub struct switch_say_args_t {
pub type_: switch_say_type_t,
pub method: switch_say_method_t,
pub gender: switch_say_gender_t,
pub ext: *const c_char,
}Fields§
§type_: switch_say_type_t§method: switch_say_method_t§gender: switch_say_gender_t§ext: *const c_charTrait Implementations§
Source§impl Clone for switch_say_args_t
impl Clone for switch_say_args_t
Source§fn clone(&self) -> switch_say_args_t
fn clone(&self) -> switch_say_args_t
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 switch_say_args_t
impl Debug for switch_say_args_t
impl Copy for switch_say_args_t
Auto Trait Implementations§
impl Freeze for switch_say_args_t
impl RefUnwindSafe for switch_say_args_t
impl !Send for switch_say_args_t
impl !Sync for switch_say_args_t
impl Unpin for switch_say_args_t
impl UnwindSafe for switch_say_args_t
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