pub struct ProcedureIndex(/* private fields */);Expand description
A procedure index. This is its own type to avoid confusion.
Implementations§
Source§impl ProcedureIndex
impl ProcedureIndex
Sourcepub fn new(idx: IpfiInteger) -> Self
pub fn new(idx: IpfiInteger) -> Self
Creates a new procedure index as given.
Trait Implementations§
Source§impl Clone for ProcedureIndex
impl Clone for ProcedureIndex
Source§fn clone(&self) -> ProcedureIndex
fn clone(&self) -> ProcedureIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for ProcedureIndex
impl Hash for ProcedureIndex
Source§impl PartialEq for ProcedureIndex
impl PartialEq for ProcedureIndex
impl Copy for ProcedureIndex
impl Eq for ProcedureIndex
impl StructuralPartialEq for ProcedureIndex
Auto Trait Implementations§
impl Freeze for ProcedureIndex
impl RefUnwindSafe for ProcedureIndex
impl Send for ProcedureIndex
impl Sync for ProcedureIndex
impl Unpin for ProcedureIndex
impl UnwindSafe for ProcedureIndex
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