#[repr(C)]pub struct ngx_shm_t {
pub addr: *mut u8,
pub size: usize,
pub name: ngx_str_t,
pub log: *mut ngx_log_s,
pub exists: usize,
}
Fields§
§addr: *mut u8
§size: usize
§name: ngx_str_t
§log: *mut ngx_log_s
§exists: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ngx_shm_t
impl RefUnwindSafe for ngx_shm_t
impl !Send for ngx_shm_t
impl !Sync for ngx_shm_t
impl Unpin for ngx_shm_t
impl UnwindSafe for ngx_shm_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