#[repr(C)]pub struct ray_file_map_s {
pub base: *mut c_void,
pub len: usize,
pub rc: u32,
pub next: *mut ray_file_map_s,
}Fields§
§base: *mut c_void§len: usize§rc: u32§next: *mut ray_file_map_sTrait Implementations§
Source§impl Clone for ray_file_map_s
impl Clone for ray_file_map_s
Source§fn clone(&self) -> ray_file_map_s
fn clone(&self) -> ray_file_map_s
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ray_file_map_s
Auto Trait Implementations§
impl !Send for ray_file_map_s
impl !Sync for ray_file_map_s
impl Freeze for ray_file_map_s
impl RefUnwindSafe for ray_file_map_s
impl Unpin for ray_file_map_s
impl UnsafeUnpin for ray_file_map_s
impl UnwindSafe for ray_file_map_s
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