pub struct EndFile(/* private fields */);
Expand description
Data associated with Event::EndFile
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndFile
impl RefUnwindSafe for EndFile
impl !Send for EndFile
impl !Sync for EndFile
impl Unpin for EndFile
impl UnwindSafe for EndFile
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