#[repr(C)]pub struct pps_bind_args {
pub tsformat: c_int,
pub edge: c_int,
pub consumer: c_int,
}Fields§
§tsformat: c_int§edge: c_int§consumer: c_intTrait Implementations§
Source§impl Clone for pps_bind_args
impl Clone for pps_bind_args
Source§fn clone(&self) -> pps_bind_args
fn clone(&self) -> pps_bind_args
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 pps_bind_args
impl Debug for pps_bind_args
Source§impl Default for pps_bind_args
impl Default for pps_bind_args
Source§fn default() -> pps_bind_args
fn default() -> pps_bind_args
Returns the “default value” for a type. Read more
impl Copy for pps_bind_args
Auto Trait Implementations§
impl Freeze for pps_bind_args
impl RefUnwindSafe for pps_bind_args
impl Send for pps_bind_args
impl Sync for pps_bind_args
impl Unpin for pps_bind_args
impl UnwindSafe for pps_bind_args
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