#[repr(C)]pub struct GCPolicy {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
impl Copy for GCPolicy
impl StructuralPartialEq for GCPolicy
Auto Trait Implementations§
impl Freeze for GCPolicy
impl RefUnwindSafe for GCPolicy
impl Send for GCPolicy
impl Sync for GCPolicy
impl Unpin for GCPolicy
impl UnsafeUnpin for GCPolicy
impl UnwindSafe for GCPolicy
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