#[repr(C)]pub struct s_Map {
pub map: *mut c_uchar,
pub size: c_int,
}Fields§
§map: *mut c_uchar§size: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_Map
impl RefUnwindSafe for s_Map
impl !Send for s_Map
impl !Sync for s_Map
impl Unpin for s_Map
impl UnwindSafe for s_Map
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