pub struct MarkedContentId {
pub parents: u32,
pub mcid: u32,
}Expand description
One marked-content sequence: its /MCID, and the /StructParents key of
the content stream it appeared in: the page’s, or a form XObject’s own
when the form declares one (§14.7.4.4).
Fields§
§parents: u32§mcid: u32Trait Implementations§
Source§impl Clone for MarkedContentId
impl Clone for MarkedContentId
Source§fn clone(&self) -> MarkedContentId
fn clone(&self) -> MarkedContentId
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 MarkedContentId
Source§impl Debug for MarkedContentId
impl Debug for MarkedContentId
impl Eq for MarkedContentId
Source§impl Hash for MarkedContentId
impl Hash for MarkedContentId
Source§impl PartialEq for MarkedContentId
impl PartialEq for MarkedContentId
impl StructuralPartialEq for MarkedContentId
Auto Trait Implementations§
impl Freeze for MarkedContentId
impl RefUnwindSafe for MarkedContentId
impl Send for MarkedContentId
impl Sync for MarkedContentId
impl Unpin for MarkedContentId
impl UnsafeUnpin for MarkedContentId
impl UnwindSafe for MarkedContentId
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