#[repr(C)]pub struct _address {
pub type_: c_int,
pub len: c_int,
pub data: *const c_void,
pub priv_: *mut c_void,
}Fields§
§type_: c_int§len: c_int§data: *const c_void§priv_: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for _address
impl RefUnwindSafe for _address
impl !Send for _address
impl !Sync for _address
impl Unpin for _address
impl UnwindSafe for _address
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