#[repr(C)]pub struct zxio_socket_creation_options {
pub num_marks: usize,
pub marks: *mut zxio_socket_mark_t,
pub wake_group: zx_handle_t,
pub __bindgen_padding_0: [u8; 4],
}Fields§
§num_marks: usize§marks: *mut zxio_socket_mark_t§wake_group: zx_handle_t§__bindgen_padding_0: [u8; 4]Trait Implementations§
Source§impl Clone for zxio_socket_creation_options
impl Clone for zxio_socket_creation_options
Source§fn clone(&self) -> zxio_socket_creation_options
fn clone(&self) -> zxio_socket_creation_options
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 zxio_socket_creation_options
impl Debug for zxio_socket_creation_options
impl Copy for zxio_socket_creation_options
Auto Trait Implementations§
impl Freeze for zxio_socket_creation_options
impl RefUnwindSafe for zxio_socket_creation_options
impl !Send for zxio_socket_creation_options
impl !Sync for zxio_socket_creation_options
impl Unpin for zxio_socket_creation_options
impl UnwindSafe for zxio_socket_creation_options
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