Struct sardine::srd_blob::SrdBlob [−][src]
pub struct SrdBlob { /* fields omitted */ }Methods
impl SrdBlob[src]
impl SrdBlobpub fn new(blob_type: &str, data: &[u8]) -> SrdBlob[src]
pub fn new(blob_type: &str, data: &[u8]) -> SrdBlobpub fn blob_type_copy(&self) -> String[src]
pub fn blob_type_copy(&self) -> Stringpub fn data_copy(&self) -> Vec<u8>[src]
pub fn data_copy(&self) -> Vec<u8>impl SrdBlob[src]
impl SrdBlobTrait Implementations
impl Debug for SrdBlob[src]
impl Debug for SrdBlobfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SrdBlob[src]
impl PartialEq for SrdBlobfn eq(&self, other: &SrdBlob) -> bool[src]
fn eq(&self, other: &SrdBlob) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SrdBlob) -> bool[src]
fn ne(&self, other: &SrdBlob) -> boolThis method tests for !=.
impl Eq for SrdBlob[src]
impl Eq for SrdBlobimpl Clone for SrdBlob[src]
impl Clone for SrdBlob