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