pub enum XrefKind {
Table,
Stream,
}Expand description
Kind of a cross-reference section (ISO 32000 §7.5.4 / §7.5.8).
Variants§
Trait Implementations§
impl Copy for XrefKind
impl Eq for XrefKind
impl StructuralPartialEq for XrefKind
Auto Trait Implementations§
impl Freeze for XrefKind
impl RefUnwindSafe for XrefKind
impl Send for XrefKind
impl Sync for XrefKind
impl Unpin for XrefKind
impl UnsafeUnpin for XrefKind
impl UnwindSafe for XrefKind
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