pub struct PresentationDataValueList {
pub transfer_syntax_name: Option<Oid<'static>>,
pub presentation_context_identifier: Vec<u8>,
pub presentation_data_values: PresentationDataValues,
}Fields§
§transfer_syntax_name: Option<Oid<'static>>§presentation_context_identifier: Vec<u8>§presentation_data_values: PresentationDataValuesImplementations§
Trait Implementations§
Source§impl Clone for PresentationDataValueList
impl Clone for PresentationDataValueList
Source§fn clone(&self) -> PresentationDataValueList
fn clone(&self) -> PresentationDataValueList
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 PresentationDataValueList
impl Debug for PresentationDataValueList
impl Eq for PresentationDataValueList
impl StructuralPartialEq for PresentationDataValueList
Auto Trait Implementations§
impl Freeze for PresentationDataValueList
impl RefUnwindSafe for PresentationDataValueList
impl Send for PresentationDataValueList
impl Sync for PresentationDataValueList
impl Unpin for PresentationDataValueList
impl UnwindSafe for PresentationDataValueList
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