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