#[repr(C)]pub struct CSzFile {
pub fd: c_int,
}Fields§
§fd: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for CSzFile
impl RefUnwindSafe for CSzFile
impl Send for CSzFile
impl Sync for CSzFile
impl Unpin for CSzFile
impl UnwindSafe for CSzFile
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