Struct DHCP_BINARY_DATA
#[repr(C)]pub struct DHCP_BINARY_DATA {
pub DataLength: u32,
pub Data: *mut u8,
}
Fields§
§DataLength: u32
§Data: *mut u8
Trait Implementations§
§impl Clone for DHCP_BINARY_DATA
impl Clone for DHCP_BINARY_DATA
§fn clone(&self) -> DHCP_BINARY_DATA
fn clone(&self) -> DHCP_BINARY_DATA
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 DHCP_BINARY_DATA
Auto Trait Implementations§
impl Freeze for DHCP_BINARY_DATA
impl RefUnwindSafe for DHCP_BINARY_DATA
impl !Send for DHCP_BINARY_DATA
impl !Sync for DHCP_BINARY_DATA
impl Unpin for DHCP_BINARY_DATA
impl UnwindSafe for DHCP_BINARY_DATA
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