#[repr(C)]pub struct ByteInput { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteInput
impl RefUnwindSafe for ByteInput
impl Send for ByteInput
impl Sync for ByteInput
impl Unpin for ByteInput
impl UnwindSafe for ByteInput
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