pub enum MarkedContentOp {
Mp,
Dp,
Bmc,
Bdc,
Emc,
}Expand description
Discriminator for ContentMarkedContent::operator (ISO 32000-1
§14.6 Table 320).
Variants§
Mp
tag MP — designate a marked-content point.
Dp
tag properties DP — marked-content point with a property list.
Bmc
tag BMC — begin a marked-content sequence.
Bdc
tag properties BDC — begin a sequence with a property list.
Emc
EMC — end the most recent BMC/BDC sequence.
Trait Implementations§
Source§impl Clone for MarkedContentOp
impl Clone for MarkedContentOp
Source§fn clone(&self) -> MarkedContentOp
fn clone(&self) -> MarkedContentOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MarkedContentOp
Source§impl Debug for MarkedContentOp
impl Debug for MarkedContentOp
impl Eq for MarkedContentOp
Source§impl PartialEq for MarkedContentOp
impl PartialEq for MarkedContentOp
Source§fn eq(&self, other: &MarkedContentOp) -> bool
fn eq(&self, other: &MarkedContentOp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MarkedContentOp
Auto Trait Implementations§
impl Freeze for MarkedContentOp
impl RefUnwindSafe for MarkedContentOp
impl Send for MarkedContentOp
impl Sync for MarkedContentOp
impl Unpin for MarkedContentOp
impl UnsafeUnpin for MarkedContentOp
impl UnwindSafe for MarkedContentOp
Blanket Implementations§
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