struct RootArcs(u8);Expand description
Byte containing the first and second arcs of an OID.
This is represented this way in order to reduce the overall size of the
ObjectIdentifier struct.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for RootArcs
impl Eq for RootArcs
impl StructuralPartialEq for RootArcs
Auto Trait Implementations§
impl Freeze for RootArcs
impl RefUnwindSafe for RootArcs
impl Send for RootArcs
impl Sync for RootArcs
impl Unpin for RootArcs
impl UnwindSafe for RootArcs
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