#[repr(C)]pub struct PluginDataPacket {
pub label: *mut i8,
pub protocol: *mut i8,
pub binary: i8,
pub buffer: *mut i8,
pub length: i16,
}
Fields§
§label: *mut i8
§protocol: *mut i8
§binary: i8
§buffer: *mut i8
§length: i16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for janus_plugin_data
impl RefUnwindSafe for janus_plugin_data
impl !Send for janus_plugin_data
impl !Sync for janus_plugin_data
impl Unpin for janus_plugin_data
impl UnwindSafe for janus_plugin_data
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