pub struct PioSource(/* private fields */);Expand description
Acquired file, directory, or named memory bytes.
Auto Trait Implementations§
impl Freeze for PioSource
impl RefUnwindSafe for PioSource
impl Send for PioSource
impl Sync for PioSource
impl Unpin for PioSource
impl UnsafeUnpin for PioSource
impl UnwindSafe for PioSource
Blanket Implementations§
impl<T> Allocation for T
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