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