#[repr(C)]pub struct s_bdiffparam {
pub bsize: c_long,
}Fields§
§bsize: c_longTrait Implementations§
Source§impl Clone for s_bdiffparam
impl Clone for s_bdiffparam
Source§fn clone(&self) -> s_bdiffparam
fn clone(&self) -> s_bdiffparam
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 s_bdiffparam
impl Debug for s_bdiffparam
impl Copy for s_bdiffparam
Auto Trait Implementations§
impl Freeze for s_bdiffparam
impl RefUnwindSafe for s_bdiffparam
impl Send for s_bdiffparam
impl Sync for s_bdiffparam
impl Unpin for s_bdiffparam
impl UnwindSafe for s_bdiffparam
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