#[repr(C)]pub struct GCPolicyBase {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for GCPolicyBase
impl Clone for GCPolicyBase
Source§fn clone(&self) -> GCPolicyBase
fn clone(&self) -> GCPolicyBase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GCPolicyBase
impl Debug for GCPolicyBase
Source§impl PartialEq for GCPolicyBase
impl PartialEq for GCPolicyBase
Source§fn eq(&self, other: &GCPolicyBase) -> bool
fn eq(&self, other: &GCPolicyBase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GCPolicyBase
impl StructuralPartialEq for GCPolicyBase
Auto Trait Implementations§
impl Freeze for GCPolicyBase
impl RefUnwindSafe for GCPolicyBase
impl Send for GCPolicyBase
impl Sync for GCPolicyBase
impl Unpin for GCPolicyBase
impl UnsafeUnpin for GCPolicyBase
impl UnwindSafe for GCPolicyBase
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