pub struct State { /* private fields */ }Expand description
Send or receive transmission state
Implementations§
Source§impl State
impl State
pub fn stage(&self) -> Stage
pub fn count(&self) -> u32
pub fn file_name(&self) -> &[u8] ⓘ
pub fn file_size(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
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