#[repr(C)]pub struct KERB_NET_ADDRESSES {
pub Number: ULONG,
pub Addresses: [KERB_NET_ADDRESS; 1],
}
Fields
Number: ULONG
Addresses: [KERB_NET_ADDRESS; 1]
Trait Implementations
sourceimpl Clone for KERB_NET_ADDRESSES
impl Clone for KERB_NET_ADDRESSES
sourcefn clone(&self) -> KERB_NET_ADDRESSES
fn clone(&self) -> KERB_NET_ADDRESSES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for KERB_NET_ADDRESSES
Auto Trait Implementations
impl RefUnwindSafe for KERB_NET_ADDRESSES
impl !Send for KERB_NET_ADDRESSES
impl !Sync for KERB_NET_ADDRESSES
impl Unpin for KERB_NET_ADDRESSES
impl UnwindSafe for KERB_NET_ADDRESSES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more