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