#[repr(C)]pub struct PRSendFileData {
pub fd: *mut PRFileDesc,
pub file_offset: PRUint32,
pub file_nbytes: PRSize,
pub header: *const c_void,
pub hlen: PRInt32,
pub trailer: *const c_void,
pub tlen: PRInt32,
}Fields§
§fd: *mut PRFileDesc§file_offset: PRUint32§file_nbytes: PRSize§header: *const c_void§hlen: PRInt32§trailer: *const c_void§tlen: PRInt32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PRSendFileData
impl RefUnwindSafe for PRSendFileData
impl !Send for PRSendFileData
impl !Sync for PRSendFileData
impl Unpin for PRSendFileData
impl UnwindSafe for PRSendFileData
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