pub struct Sender {
pub name: String,
pub version: Version,
pub natnet_version: Version,
}Expand description
NatNet application identifier
This struct represents a NatNet application that is sending data.
§Note
This struct uses Version for ease of use, there
is no guarantee from NatNet that applications must follow semantic
versioning.
Fields§
§name: StringName of application sending data
version: VersionInternal version of sender application
natnet_version: VersionNatNet version the sender application is using
Trait Implementations§
impl StructuralPartialEq for Sender
Auto Trait Implementations§
impl Freeze for Sender
impl RefUnwindSafe for Sender
impl Send for Sender
impl Sync for Sender
impl Unpin for Sender
impl UnwindSafe for Sender
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)