#[repr(C)]pub struct ngx_ext_rename_file_t {
pub access: usize,
pub path_access: usize,
pub time: i64,
pub fd: i32,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub log: *mut ngx_log_s,
}
Fields§
§access: usize
§path_access: usize
§time: i64
§fd: i32
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§log: *mut ngx_log_s
Implementations§
Source§impl ngx_ext_rename_file_t
impl ngx_ext_rename_file_t
pub fn create_path(&self) -> u32
pub fn set_create_path(&mut self, val: u32)
pub unsafe fn create_path_raw(this: *const ngx_ext_rename_file_t) -> u32
pub unsafe fn set_create_path_raw(this: *mut ngx_ext_rename_file_t, val: u32)
pub fn delete_file(&self) -> u32
pub fn set_delete_file(&mut self, val: u32)
pub unsafe fn delete_file_raw(this: *const ngx_ext_rename_file_t) -> u32
pub unsafe fn set_delete_file_raw(this: *mut ngx_ext_rename_file_t, val: u32)
pub fn new_bitfield_1( create_path: u32, delete_file: u32, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for ngx_ext_rename_file_t
impl Clone for ngx_ext_rename_file_t
Source§fn clone(&self) -> ngx_ext_rename_file_t
fn clone(&self) -> ngx_ext_rename_file_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ngx_ext_rename_file_t
impl Debug for ngx_ext_rename_file_t
impl Copy for ngx_ext_rename_file_t
Auto Trait Implementations§
impl Freeze for ngx_ext_rename_file_t
impl RefUnwindSafe for ngx_ext_rename_file_t
impl !Send for ngx_ext_rename_file_t
impl !Sync for ngx_ext_rename_file_t
impl Unpin for ngx_ext_rename_file_t
impl UnwindSafe for ngx_ext_rename_file_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