pub struct TransferSyntaxFactory(pub fn() -> TransferSyntax);Expand description
Wrapper type for a provider of transfer syntax descriptors.
This is a piece of the plugin interface for
registering and collecting transfer syntaxes.
Implementers and consumers of transfer syntaxes
will usually not interact with it directly.
In order to register a new transfer syntax,
see the macro submit_transfer_syntax.
Tuple Fields§
§0: fn() -> TransferSyntaxTrait Implementations§
source§impl Clone for TransferSyntaxFactory
impl Clone for TransferSyntaxFactory
source§fn clone(&self) -> TransferSyntaxFactory
fn clone(&self) -> TransferSyntaxFactory
Returns a copy 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 more