pub struct BestDisplayName(/* private fields */);Implementations§
Source§impl BestDisplayName
impl BestDisplayName
pub unsafe fn from_raw(ptr: *mut EOS_UserInfo_BestDisplayName) -> Result<Self>
pub fn as_ptr(&self) -> *mut EOS_UserInfo_BestDisplayName
pub fn into_raw(self) -> *mut EOS_UserInfo_BestDisplayName
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BestDisplayName
impl RefUnwindSafe for BestDisplayName
impl !Send for BestDisplayName
impl !Sync for BestDisplayName
impl Unpin for BestDisplayName
impl UnsafeUnpin for BestDisplayName
impl UnwindSafe for BestDisplayName
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