Struct asuran::VERSION_BYTES [−][src]
pub struct VERSION_BYTES { /* fields omitted */ }
Expand description
The versions bytes for this version of libasuran, the concationation of major+minor+patch as u16s in network byte order
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VERSION_BYTES
impl Send for VERSION_BYTES
impl Sync for VERSION_BYTES
impl Unpin for VERSION_BYTES
impl UnwindSafe for VERSION_BYTES
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more