#[repr(C)]pub struct buf_index {
pub index_or_group: __u16,
pub personality: __u16,
pub splice_fd_in: __s32,
}
Fields§
§index_or_group: __u16
§personality: __u16
§splice_fd_in: __s32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for buf_index
impl RefUnwindSafe for buf_index
impl Send for buf_index
impl Sync for buf_index
impl Unpin for buf_index
impl UnwindSafe for buf_index
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