#[repr(C)]pub struct IByteIn_ {
pub Read: Option<unsafe extern "C" fn(p: IByteInPtr) -> Byte>,
}Fields§
§Read: Option<unsafe extern "C" fn(p: IByteInPtr) -> Byte>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IByteIn_
impl RefUnwindSafe for IByteIn_
impl Send for IByteIn_
impl Sync for IByteIn_
impl Unpin for IByteIn_
impl UnwindSafe for IByteIn_
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