pub struct PresentationContext {
pub indentifier: Vec<u8>,
pub abstract_syntax_name: Oid<'static>,
pub transfer_syntax_name_list: Vec<Oid<'static>>,
}Fields§
§indentifier: Vec<u8>§abstract_syntax_name: Oid<'static>§transfer_syntax_name_list: Vec<Oid<'static>>Trait Implementations§
Source§impl Clone for PresentationContext
impl Clone for PresentationContext
Source§fn clone(&self) -> PresentationContext
fn clone(&self) -> PresentationContext
Returns a duplicate 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 moreSource§impl Debug for PresentationContext
impl Debug for PresentationContext
Source§impl PartialEq for PresentationContext
impl PartialEq for PresentationContext
impl StructuralPartialEq for PresentationContext
Auto Trait Implementations§
impl Freeze for PresentationContext
impl RefUnwindSafe for PresentationContext
impl Send for PresentationContext
impl Sync for PresentationContext
impl Unpin for PresentationContext
impl UnwindSafe for PresentationContext
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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