#[repr(C)]pub struct TextAllocInfo {
pub curr: *mut u8_,
pub start: *mut u8_,
pub size: c_int,
}Expand description
Structs
Fields§
§curr: *mut u8_§start: *mut u8_§size: c_intTrait Implementations§
Source§impl Clone for TextAllocInfo
impl Clone for TextAllocInfo
Source§fn clone(&self) -> TextAllocInfo
fn clone(&self) -> TextAllocInfo
Returns a duplicate 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 TextAllocInfo
impl Debug for TextAllocInfo
impl Copy for TextAllocInfo
Auto Trait Implementations§
impl Freeze for TextAllocInfo
impl RefUnwindSafe for TextAllocInfo
impl !Send for TextAllocInfo
impl !Sync for TextAllocInfo
impl Unpin for TextAllocInfo
impl UnwindSafe for TextAllocInfo
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