#[repr(C)]pub struct HTTP_SERVICE_BINDING_A {
pub Base: HTTP_SERVICE_BINDING_BASE,
pub Buffer: PCHAR,
pub BufferSize: ULONG,
}
Fields§
§Base: HTTP_SERVICE_BINDING_BASE
§Buffer: PCHAR
§BufferSize: ULONG
Trait Implementations§
Source§impl Clone for HTTP_SERVICE_BINDING_A
impl Clone for HTTP_SERVICE_BINDING_A
Source§fn clone(&self) -> HTTP_SERVICE_BINDING_A
fn clone(&self) -> HTTP_SERVICE_BINDING_A
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 Default for HTTP_SERVICE_BINDING_A
impl Default for HTTP_SERVICE_BINDING_A
Source§fn default() -> HTTP_SERVICE_BINDING_A
fn default() -> HTTP_SERVICE_BINDING_A
Returns the “default value” for a type. Read more
impl Copy for HTTP_SERVICE_BINDING_A
Auto Trait Implementations§
impl Freeze for HTTP_SERVICE_BINDING_A
impl RefUnwindSafe for HTTP_SERVICE_BINDING_A
impl !Send for HTTP_SERVICE_BINDING_A
impl !Sync for HTTP_SERVICE_BINDING_A
impl Unpin for HTTP_SERVICE_BINDING_A
impl UnwindSafe for HTTP_SERVICE_BINDING_A
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