#[repr(C)]pub struct BeginCustomResolveInfoEXT {
pub s_type: StructureType,
pub next: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_voidTrait Implementations§
Source§impl Clone for BeginCustomResolveInfoEXT
impl Clone for BeginCustomResolveInfoEXT
Source§fn clone(&self) -> BeginCustomResolveInfoEXT
fn clone(&self) -> BeginCustomResolveInfoEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BeginCustomResolveInfoEXT
impl Debug for BeginCustomResolveInfoEXT
Source§impl Default for BeginCustomResolveInfoEXT
impl Default for BeginCustomResolveInfoEXT
Source§impl Hash for BeginCustomResolveInfoEXT
impl Hash for BeginCustomResolveInfoEXT
impl Copy for BeginCustomResolveInfoEXT
impl Eq for BeginCustomResolveInfoEXT
impl Send for BeginCustomResolveInfoEXT
impl StructuralPartialEq for BeginCustomResolveInfoEXT
impl Sync for BeginCustomResolveInfoEXT
Auto Trait Implementations§
impl Freeze for BeginCustomResolveInfoEXT
impl RefUnwindSafe for BeginCustomResolveInfoEXT
impl Unpin for BeginCustomResolveInfoEXT
impl UnwindSafe for BeginCustomResolveInfoEXT
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