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