Struct ADS_NETADDRESS
#[repr(C)]pub struct ADS_NETADDRESS {
pub AddressType: u32,
pub AddressLength: u32,
pub Address: *mut u8,
}
Fields§
§AddressType: u32
§AddressLength: u32
§Address: *mut u8
Trait Implementations§
§impl Clone for ADS_NETADDRESS
impl Clone for ADS_NETADDRESS
§fn clone(&self) -> ADS_NETADDRESS
fn clone(&self) -> ADS_NETADDRESS
Returns a copy 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 moreimpl Copy for ADS_NETADDRESS
Auto Trait Implementations§
impl Freeze for ADS_NETADDRESS
impl RefUnwindSafe for ADS_NETADDRESS
impl !Send for ADS_NETADDRESS
impl !Sync for ADS_NETADDRESS
impl Unpin for ADS_NETADDRESS
impl UnwindSafe for ADS_NETADDRESS
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