pub struct Friends(/* private fields */);Implementations§
Source§impl Friends
impl Friends
pub fn raw_handle(&self) -> EOS_HFriends
Auto Trait Implementations§
impl Freeze for Friends
impl RefUnwindSafe for Friends
impl !Send for Friends
impl !Sync for Friends
impl Unpin for Friends
impl UnsafeUnpin for Friends
impl UnwindSafe for Friends
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