#[repr(C)]pub struct svn_string_t {
pub data: *const c_char,
pub len: apr_size_t,
}
Expand description
A simple counted string.
Fields§
§data: *const c_char
< pointer to the bytestring
len: apr_size_t
< length of bytestring
Trait Implementations§
Auto Trait Implementations§
impl Freeze for svn_string_t
impl RefUnwindSafe for svn_string_t
impl !Send for svn_string_t
impl !Sync for svn_string_t
impl Unpin for svn_string_t
impl UnwindSafe for svn_string_t
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