#[repr(C)]pub struct fdf_channel_read {
pub state: async_state_t,
pub handler: fdf_channel_read_handler_t,
pub channel: fdf_handle_t,
pub options: u32,
}
Fields§
§state: async_state_t
§handler: fdf_channel_read_handler_t
§channel: fdf_handle_t
§options: u32
Trait Implementations§
Source§impl Debug for fdf_channel_read
impl Debug for fdf_channel_read
Auto Trait Implementations§
impl Freeze for fdf_channel_read
impl RefUnwindSafe for fdf_channel_read
impl Send for fdf_channel_read
impl Sync for fdf_channel_read
impl Unpin for fdf_channel_read
impl UnwindSafe for fdf_channel_read
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