#[repr(C)]pub struct ustream_fd {
pub stream: ustream,
pub fd: uloop_fd,
}Fields§
§stream: ustream§fd: uloop_fdTrait Implementations§
Source§impl Clone for ustream_fd
impl Clone for ustream_fd
Source§fn clone(&self) -> ustream_fd
fn clone(&self) -> ustream_fd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ustream_fd
impl Debug for ustream_fd
Source§impl Default for ustream_fd
impl Default for ustream_fd
Source§fn default() -> ustream_fd
fn default() -> ustream_fd
Returns the “default value” for a type. Read more
impl Copy for ustream_fd
Auto Trait Implementations§
impl Freeze for ustream_fd
impl RefUnwindSafe for ustream_fd
impl Send for ustream_fd
impl Sync for ustream_fd
impl Unpin for ustream_fd
impl UnsafeUnpin for ustream_fd
impl UnwindSafe for ustream_fd
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