pub struct TransferSyntaxRegistry;Expand description
Zero-sized representative of the main transfer syntax registry.
Implementations
sourceimpl TransferSyntaxRegistry
impl TransferSyntaxRegistry
sourcepub fn iter(&self) -> impl Iterator<Item = &TransferSyntax>
pub fn iter(&self) -> impl Iterator<Item = &TransferSyntax>
Obtain an iterator of all registered transfer syntaxes.
Trait Implementations
sourceimpl Clone for TransferSyntaxRegistry
impl Clone for TransferSyntaxRegistry
sourcefn clone(&self) -> TransferSyntaxRegistry
fn clone(&self) -> TransferSyntaxRegistry
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TransferSyntaxRegistry
impl Debug for TransferSyntaxRegistry
sourceimpl Default for TransferSyntaxRegistry
impl Default for TransferSyntaxRegistry
sourcefn default() -> TransferSyntaxRegistry
fn default() -> TransferSyntaxRegistry
Returns the “default value” for a type. Read more
sourceimpl Hash for TransferSyntaxRegistry
impl Hash for TransferSyntaxRegistry
sourceimpl PartialEq<TransferSyntaxRegistry> for TransferSyntaxRegistry
impl PartialEq<TransferSyntaxRegistry> for TransferSyntaxRegistry
sourcefn eq(&self, other: &TransferSyntaxRegistry) -> bool
fn eq(&self, other: &TransferSyntaxRegistry) -> bool
impl Copy for TransferSyntaxRegistry
impl Eq for TransferSyntaxRegistry
impl StructuralEq for TransferSyntaxRegistry
impl StructuralPartialEq for TransferSyntaxRegistry
Auto Trait Implementations
impl RefUnwindSafe for TransferSyntaxRegistry
impl Send for TransferSyntaxRegistry
impl Sync for TransferSyntaxRegistry
impl Unpin for TransferSyntaxRegistry
impl UnwindSafe for TransferSyntaxRegistry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more