Struct libvips_rs::bindings::sched_param__bindgen_ty_1
source · #[repr(C)]pub struct sched_param__bindgen_ty_1 {
pub __reserved1: time_t,
pub __reserved2: c_long,
}
Fields§
§__reserved1: time_t
§__reserved2: c_long
Trait Implementations§
source§impl Clone for sched_param__bindgen_ty_1
impl Clone for sched_param__bindgen_ty_1
source§fn clone(&self) -> sched_param__bindgen_ty_1
fn clone(&self) -> sched_param__bindgen_ty_1
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 sched_param__bindgen_ty_1
impl Debug for sched_param__bindgen_ty_1
source§impl PartialEq<sched_param__bindgen_ty_1> for sched_param__bindgen_ty_1
impl PartialEq<sched_param__bindgen_ty_1> for sched_param__bindgen_ty_1
source§fn eq(&self, other: &sched_param__bindgen_ty_1) -> bool
fn eq(&self, other: &sched_param__bindgen_ty_1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for sched_param__bindgen_ty_1
impl Eq for sched_param__bindgen_ty_1
impl StructuralEq for sched_param__bindgen_ty_1
impl StructuralPartialEq for sched_param__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for sched_param__bindgen_ty_1
impl Send for sched_param__bindgen_ty_1
impl Sync for sched_param__bindgen_ty_1
impl Unpin for sched_param__bindgen_ty_1
impl UnwindSafe for sched_param__bindgen_ty_1
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