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