pub struct ZxioSocketCreationOptions<'a> {
pub marks: &'a mut [ZxioSocketMark],
pub wake_group: ZxioWakeGroupToken,
}Expand description
Socket creation options that can be used.
Fields§
§marks: &'a mut [ZxioSocketMark]§wake_group: ZxioWakeGroupTokenAuto Trait Implementations§
impl<'a> Freeze for ZxioSocketCreationOptions<'a>
impl<'a> RefUnwindSafe for ZxioSocketCreationOptions<'a>
impl<'a> Send for ZxioSocketCreationOptions<'a>
impl<'a> Sync for ZxioSocketCreationOptions<'a>
impl<'a> Unpin for ZxioSocketCreationOptions<'a>
impl<'a> !UnwindSafe for ZxioSocketCreationOptions<'a>
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