#[repr(C)]pub struct stream_close {
pub magic: c_uint,
pub idx: c_int,
pub is_err: c_uint,
pub name: *const c_char,
pub desc: *const c_char,
}Fields§
§magic: c_uint§idx: c_int§is_err: c_uint§name: *const c_char§desc: *const c_charTrait Implementations§
Source§impl Clone for stream_close
impl Clone for stream_close
Source§fn clone(&self) -> stream_close
fn clone(&self) -> stream_close
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for stream_close
impl Debug for stream_close
Source§impl Default for stream_close
impl Default for stream_close
impl Copy for stream_close
Auto Trait Implementations§
impl Freeze for stream_close
impl RefUnwindSafe for stream_close
impl !Send for stream_close
impl !Sync for stream_close
impl Unpin for stream_close
impl UnwindSafe for stream_close
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