#[repr(C)]pub struct PolkitUnixSession { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PolkitUnixSession
impl RefUnwindSafe for PolkitUnixSession
impl !Send for PolkitUnixSession
impl !Sync for PolkitUnixSession
impl !Unpin for PolkitUnixSession
impl UnwindSafe for PolkitUnixSession
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