#[repr(C)]pub struct prune_deleted_ppant {
pub delay: i64,
pub enforce_delay: c_int,
}Fields§
§delay: i64§enforce_delay: c_intTrait Implementations§
Source§impl Clone for prune_deleted_ppant
impl Clone for prune_deleted_ppant
Source§fn clone(&self) -> prune_deleted_ppant
fn clone(&self) -> prune_deleted_ppant
Returns a copy 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 prune_deleted_ppant
impl Debug for prune_deleted_ppant
impl Copy for prune_deleted_ppant
Auto Trait Implementations§
impl Freeze for prune_deleted_ppant
impl RefUnwindSafe for prune_deleted_ppant
impl Send for prune_deleted_ppant
impl Sync for prune_deleted_ppant
impl Unpin for prune_deleted_ppant
impl UnwindSafe for prune_deleted_ppant
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