#[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§
Source§impl Ord for IByteIn_
impl Ord for IByteIn_
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IByteIn_
impl PartialOrd for IByteIn_
impl Copy for IByteIn_
impl Eq for IByteIn_
impl StructuralPartialEq for IByteIn_
Auto Trait Implementations§
impl Freeze for IByteIn_
impl RefUnwindSafe for IByteIn_
impl Send for IByteIn_
impl Sync for IByteIn_
impl Unpin for IByteIn_
impl UnsafeUnpin 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