Struct red4ext_rs::types::CNamePool
source · pub struct CNamePool(/* private fields */);
Expand description
A global pool containing all CName
s.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CNamePool
impl RefUnwindSafe for CNamePool
impl Send for CNamePool
impl Sync for CNamePool
impl Unpin for CNamePool
impl UnwindSafe for CNamePool
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