#[repr(C)]pub struct berval {
pub bv_len: ber_len_t,
pub bv_val: *mut c_char,
}
Fields§
§bv_len: ber_len_t
§bv_val: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for berval
impl RefUnwindSafe for berval
impl !Send for berval
impl !Sync for berval
impl Unpin for berval
impl UnwindSafe for berval
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