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