#[repr(C)]pub struct r_diffchar_t {
pub align_a: *const c_uchar,
pub align_b: *const c_uchar,
pub len_buf: size_t,
pub start_align: size_t,
}
Fields§
§align_a: *const c_uchar
§align_b: *const c_uchar
§len_buf: size_t
§start_align: size_t
Trait Implementations§
Source§impl Clone for r_diffchar_t
impl Clone for r_diffchar_t
Source§fn clone(&self) -> r_diffchar_t
fn clone(&self) -> r_diffchar_t
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 r_diffchar_t
impl Debug for r_diffchar_t
impl Copy for r_diffchar_t
Auto Trait Implementations§
impl Freeze for r_diffchar_t
impl RefUnwindSafe for r_diffchar_t
impl !Send for r_diffchar_t
impl !Sync for r_diffchar_t
impl Unpin for r_diffchar_t
impl UnwindSafe for r_diffchar_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