Struct FreeGCRequest
pub struct FreeGCRequest {
pub gc: u32,
}
Expand description
Fields§
§gc: u32
Implementations§
Trait Implementations§
§impl Clone for FreeGCRequest
impl Clone for FreeGCRequest
§fn clone(&self) -> FreeGCRequest
fn clone(&self) -> FreeGCRequest
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 more§impl Debug for FreeGCRequest
impl Debug for FreeGCRequest
§impl Default for FreeGCRequest
impl Default for FreeGCRequest
§fn default() -> FreeGCRequest
fn default() -> FreeGCRequest
Returns the “default value” for a type. Read more
§impl Request for FreeGCRequest
impl Request for FreeGCRequest
impl Copy for FreeGCRequest
impl VoidRequest for FreeGCRequest
Auto Trait Implementations§
impl Freeze for FreeGCRequest
impl RefUnwindSafe for FreeGCRequest
impl Send for FreeGCRequest
impl Sync for FreeGCRequest
impl Unpin for FreeGCRequest
impl UnwindSafe for FreeGCRequest
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§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
)