#[repr(C)]pub struct signal_protocol_sender_key_name {
pub group_id: *const c_char,
pub group_id_len: usize,
pub sender: signal_protocol_address,
}Fields§
§group_id: *const c_char§group_id_len: usize§sender: signal_protocol_addressAuto Trait Implementations§
impl Freeze for signal_protocol_sender_key_name
impl RefUnwindSafe for signal_protocol_sender_key_name
impl !Send for signal_protocol_sender_key_name
impl !Sync for signal_protocol_sender_key_name
impl Unpin for signal_protocol_sender_key_name
impl UnwindSafe for signal_protocol_sender_key_name
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