#[repr(C)]pub struct CurlWsFrame {
pub age: c_int,
pub flags: c_int,
pub offset: i64,
pub bytesleft: i64,
pub len: usize,
}Fields§
§age: c_int§flags: c_int§offset: i64§bytesleft: i64§len: usizeAuto Trait Implementations§
impl Freeze for CurlWsFrame
impl RefUnwindSafe for CurlWsFrame
impl Send for CurlWsFrame
impl Sync for CurlWsFrame
impl Unpin for CurlWsFrame
impl UnsafeUnpin for CurlWsFrame
impl UnwindSafe for CurlWsFrame
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