#[repr(C)]pub struct ngx_dir_t {
pub dir: *mut __dirstream,
pub de: *mut dirent,
pub info: stat,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub __bindgen_padding_0: [u16; 3],
}
Fields§
§dir: *mut __dirstream
§de: *mut dirent
§info: stat
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
§__bindgen_padding_0: [u16; 3]
Implementations§
Source§impl ngx_dir_t
impl ngx_dir_t
pub fn type_(&self) -> u32
pub fn set_type(&mut self, val: u32)
pub unsafe fn type__raw(this: *const ngx_dir_t) -> u32
pub unsafe fn set_type_raw(this: *mut ngx_dir_t, val: u32)
pub fn valid_info(&self) -> u32
pub fn set_valid_info(&mut self, val: u32)
pub unsafe fn valid_info_raw(this: *const ngx_dir_t) -> u32
pub unsafe fn set_valid_info_raw(this: *mut ngx_dir_t, val: u32)
pub fn new_bitfield_1( type_: u32, valid_info: u32, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ngx_dir_t
impl RefUnwindSafe for ngx_dir_t
impl !Send for ngx_dir_t
impl !Sync for ngx_dir_t
impl Unpin for ngx_dir_t
impl UnwindSafe for ngx_dir_t
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