pub struct ObjectIdentifierSpec {
pub first: UInt,
pub second: UInt,
pub rest: Seq<UInt>,
}Expand description
Exact semantic representation of an OBJECT IDENTIFIER.
Fields§
§first: UInt§second: UInt§rest: Seq<UInt>Implementations§
Auto Trait Implementations§
impl Freeze for ObjectIdentifierSpec
impl RefUnwindSafe for ObjectIdentifierSpec
impl Send for ObjectIdentifierSpec
impl Sync for ObjectIdentifierSpec
impl Unpin for ObjectIdentifierSpec
impl UnsafeUnpin for ObjectIdentifierSpec
impl UnwindSafe for ObjectIdentifierSpec
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