#[repr(C)]pub struct _fc2GigEStreamChannel {
pub networkInterfaceIndex: c_uint,
pub hostPost: c_uint,
pub doNotFragment: BOOL,
pub packetSize: c_uint,
pub interPacketDelay: c_uint,
pub destinationIpAddress: fc2IPAddress,
pub sourcePort: c_uint,
pub reserved: [c_uint; 8],
}Fields§
§networkInterfaceIndex: c_uint§hostPost: c_uint§doNotFragment: BOOL§packetSize: c_uint§interPacketDelay: c_uint§destinationIpAddress: fc2IPAddress§sourcePort: c_uint§reserved: [c_uint; 8]Trait Implementations§
Source§impl Clone for _fc2GigEStreamChannel
impl Clone for _fc2GigEStreamChannel
Source§fn clone(&self) -> _fc2GigEStreamChannel
fn clone(&self) -> _fc2GigEStreamChannel
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 Debug for _fc2GigEStreamChannel
impl Debug for _fc2GigEStreamChannel
Source§impl Default for _fc2GigEStreamChannel
impl Default for _fc2GigEStreamChannel
impl Copy for _fc2GigEStreamChannel
Auto Trait Implementations§
impl Freeze for _fc2GigEStreamChannel
impl RefUnwindSafe for _fc2GigEStreamChannel
impl Send for _fc2GigEStreamChannel
impl Sync for _fc2GigEStreamChannel
impl Unpin for _fc2GigEStreamChannel
impl UnwindSafe for _fc2GigEStreamChannel
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