Struct postscript::compact::Subroutines
[−]
[src]
pub struct Subroutines {
// some fields omitted
}A subroutines index.
Trait Implementations
impl PartialEq for Subroutines[src]
fn eq(&self, __arg_0: &Subroutines) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Subroutines) -> bool
This method tests for !=.
impl Eq for Subroutines[src]
impl Default for Subroutines[src]
fn default() -> Subroutines
Returns the "default value" for a type. Read more
impl Debug for Subroutines[src]
impl Clone for Subroutines[src]
fn clone(&self) -> Subroutines
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Deref for Subroutines[src]
type Target = Index
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value
impl DerefMut for Subroutines[src]
fn deref_mut(&mut self) -> &mut Self::Target
The method called to mutably dereference a value