#[repr(transparent)]pub struct PhantomCfg(pub u32);Expand description
PHANTOM Config
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for PhantomCfg
impl Clone for PhantomCfg
Source§fn clone(&self) -> PhantomCfg
fn clone(&self) -> PhantomCfg
Returns a duplicate 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 PhantomCfg
impl Debug for PhantomCfg
Source§impl Default for PhantomCfg
impl Default for PhantomCfg
Source§fn default() -> PhantomCfg
fn default() -> PhantomCfg
Returns the “default value” for a type. Read more
Source§impl PartialEq for PhantomCfg
impl PartialEq for PhantomCfg
impl Copy for PhantomCfg
impl Eq for PhantomCfg
impl StructuralPartialEq for PhantomCfg
Auto Trait Implementations§
impl Freeze for PhantomCfg
impl RefUnwindSafe for PhantomCfg
impl Send for PhantomCfg
impl Sync for PhantomCfg
impl Unpin for PhantomCfg
impl UnwindSafe for PhantomCfg
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