Struct openssl::string::OpensslString [−]
pub struct OpensslString(_);
Trait Implementations
impl ForeignType for OpensslString
impl ForeignType for OpensslString
type 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) -> OpensslString
Constructs an instance of this type from its raw type.
fn as_ptr(&self) -> *mut c_char
fn as_ptr(&self) -> *mut c_char
Returns a raw pointer to the wrapped value.
impl Drop for OpensslString
impl Drop for OpensslString
impl Deref for OpensslString
impl Deref for OpensslString
type Target = OpensslStringRef
The resulting type after dereferencing.
fn deref(&self) -> &OpensslStringRef
fn deref(&self) -> &OpensslStringRef
Dereferences the value.
impl DerefMut for OpensslString
impl DerefMut for OpensslString
fn deref_mut(&mut self) -> &mut OpensslStringRef
fn deref_mut(&mut self) -> &mut OpensslStringRef
Mutably dereferences the value.
impl Borrow<OpensslStringRef> for OpensslString
impl Borrow<OpensslStringRef> for OpensslString
fn borrow(&self) -> &OpensslStringRef
fn borrow(&self) -> &OpensslStringRef
Immutably borrows from an owned value. Read more
impl AsRef<OpensslStringRef> for OpensslString
impl AsRef<OpensslStringRef> for OpensslString
fn as_ref(&self) -> &OpensslStringRef
fn as_ref(&self) -> &OpensslStringRef
Performs the conversion.
impl Send for OpensslString
[src]
impl Send for OpensslString
impl Sync for OpensslString
[src]
impl Sync for OpensslString
impl Display for OpensslString
[src]
impl Display for OpensslString
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Debug for OpensslString
[src]
impl Debug for OpensslString
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Stackable for OpensslString
[src]
impl Stackable for OpensslString
type StackType = stack_st_OPENSSL_STRING
The C stack type for this element. Read more