Struct classicube_sys::FetchFlagsData
source · #[repr(C)]pub struct FetchFlagsData {
pub Base: LWebTask,
pub count: c_int,
}
Fields§
§Base: LWebTask
§count: c_int
Trait Implementations§
source§impl Clone for FetchFlagsData
impl Clone for FetchFlagsData
source§fn clone(&self) -> FetchFlagsData
fn clone(&self) -> FetchFlagsData
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 FetchFlagsData
impl Debug for FetchFlagsData
source§impl Hash for FetchFlagsData
impl Hash for FetchFlagsData
source§impl PartialEq for FetchFlagsData
impl PartialEq for FetchFlagsData
source§fn eq(&self, other: &FetchFlagsData) -> bool
fn eq(&self, other: &FetchFlagsData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FetchFlagsData
impl Eq for FetchFlagsData
impl StructuralPartialEq for FetchFlagsData
Auto Trait Implementations§
impl Freeze for FetchFlagsData
impl RefUnwindSafe for FetchFlagsData
impl Send for FetchFlagsData
impl Sync for FetchFlagsData
impl Unpin for FetchFlagsData
impl UnwindSafe for FetchFlagsData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)