Struct DRT_ADDRESS_LIST
#[repr(C)]pub struct DRT_ADDRESS_LIST {
pub AddressCount: u32,
pub AddressList: [DRT_ADDRESS; 1],
}
Fields§
§AddressCount: u32
§AddressList: [DRT_ADDRESS; 1]
Trait Implementations§
§impl Clone for DRT_ADDRESS_LIST
impl Clone for DRT_ADDRESS_LIST
§fn clone(&self) -> DRT_ADDRESS_LIST
fn clone(&self) -> DRT_ADDRESS_LIST
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 DRT_ADDRESS_LIST
Auto Trait Implementations§
impl Freeze for DRT_ADDRESS_LIST
impl RefUnwindSafe for DRT_ADDRESS_LIST
impl Send for DRT_ADDRESS_LIST
impl Sync for DRT_ADDRESS_LIST
impl Unpin for DRT_ADDRESS_LIST
impl UnwindSafe for DRT_ADDRESS_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