pub struct JL_STREAM { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for JL_STREAM
impl RefUnwindSafe for JL_STREAM
impl !Send for JL_STREAM
impl !Sync for JL_STREAM
impl !Unpin for JL_STREAM
impl UnsafeUnpin for JL_STREAM
impl UnwindSafe for JL_STREAM
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