#[repr(C)]pub struct ssl_poll_item_st {
pub desc: bio_poll_descriptor_st,
pub events: u64,
pub revents: u64,
}
Fields§
§desc: bio_poll_descriptor_st
§events: u64
§revents: u64
Trait Implementations§
Source§impl Clone for ssl_poll_item_st
impl Clone for ssl_poll_item_st
Source§fn clone(&self) -> ssl_poll_item_st
fn clone(&self) -> ssl_poll_item_st
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 ssl_poll_item_st
Auto Trait Implementations§
impl Freeze for ssl_poll_item_st
impl RefUnwindSafe for ssl_poll_item_st
impl !Send for ssl_poll_item_st
impl !Sync for ssl_poll_item_st
impl Unpin for ssl_poll_item_st
impl UnwindSafe for ssl_poll_item_st
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