Struct Stid
pub struct Stid(/* private fields */);Expand description
IEEE company ID assignment
Implementations§
§impl Stid
impl Stid
pub const STMICROELECTRONICS: Self
pub const STMICROELECTRONICS: Self
STMicroelectronics
Trait Implementations§
§impl Ord for Stid
impl Ord for Stid
§impl PartialOrd for Stid
impl PartialOrd for Stid
impl Copy for Stid
impl Eq for Stid
impl StructuralPartialEq for Stid
Auto Trait Implementations§
impl Freeze for Stid
impl RefUnwindSafe for Stid
impl Send for Stid
impl Sync for Stid
impl Unpin for Stid
impl UnwindSafe for Stid
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