pub struct EventPtyGrant<'a> { /* private fields */ }
Available on crate feature
macos_10_15_4
and macOS only.Expand description
A pseudoterminal control device is being granted.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventPtyGrant<'a>
impl<'a> Debug for EventPtyGrant<'a>
Source§impl<'a> Hash for EventPtyGrant<'a>
impl<'a> Hash for EventPtyGrant<'a>
Source§impl<'a> PartialEq for EventPtyGrant<'a>
impl<'a> PartialEq for EventPtyGrant<'a>
impl<'a> Eq for EventPtyGrant<'a>
impl Send for EventPtyGrant<'_>
impl Sync for EventPtyGrant<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventPtyGrant<'a>
impl<'a> RefUnwindSafe for EventPtyGrant<'a>
impl<'a> Unpin for EventPtyGrant<'a>
impl<'a> UnwindSafe for EventPtyGrant<'a>
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