Struct endpoint_sec::EventPtyGrant
source · 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<EventPtyGrant<'a>> for EventPtyGrant<'a>
impl<'a> PartialEq<EventPtyGrant<'a>> for EventPtyGrant<'a>
impl<'a> Eq for EventPtyGrant<'a>
impl Send for EventPtyGrant<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventPtyGrant<'a>
impl<'a> Sync 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