Struct openssl::string::OpensslString [−]
pub struct OpensslString(_);
Trait Implementations
impl ForeignType for OpensslString
impl ForeignType for OpensslStringtype CType = c_char
The raw C type.
type Ref = OpensslStringRef
The type representing a reference to this type.
unsafe fn from_ptr(ptr: *mut c_char) -> OpensslString
unsafe fn from_ptr(ptr: *mut c_char) -> OpensslStringConstructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut c_char
fn as_ptr(&self) -> *mut c_charReturns a raw pointer to the wrapped value.
impl Drop for OpensslString
impl Drop for OpensslStringimpl Deref for OpensslString
impl Deref for OpensslStringtype Target = OpensslStringRef
The resulting type after dereferencing.
fn deref(&self) -> &OpensslStringRef
fn deref(&self) -> &OpensslStringRefDereferences the value.
impl DerefMut for OpensslString
impl DerefMut for OpensslStringfn deref_mut(&mut self) -> &mut OpensslStringRef
fn deref_mut(&mut self) -> &mut OpensslStringRefMutably dereferences the value.
impl Borrow<OpensslStringRef> for OpensslString
impl Borrow<OpensslStringRef> for OpensslStringfn borrow(&self) -> &OpensslStringRef
fn borrow(&self) -> &OpensslStringRefImmutably borrows from an owned value. Read more
impl AsRef<OpensslStringRef> for OpensslString
impl AsRef<OpensslStringRef> for OpensslStringfn as_ref(&self) -> &OpensslStringRef
fn as_ref(&self) -> &OpensslStringRefPerforms the conversion.
impl Send for OpensslString[src]
impl Send for OpensslStringimpl Sync for OpensslString[src]
impl Sync for OpensslStringimpl Display for OpensslString[src]
impl Display for OpensslStringfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Debug for OpensslString[src]
impl Debug for OpensslStringfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Stackable for OpensslString[src]
impl Stackable for OpensslStringtype StackType = stack_st_OPENSSL_STRING
The C stack type for this element. Read more