pub struct DisplayManagerBinder;Implementations§
Source§impl DisplayManagerBinder
impl DisplayManagerBinder
pub fn open_with_callback() -> Result<(Self, Fd), CoreError>
pub fn is_interactive(&self) -> Result<bool, CoreError>
Auto Trait Implementations§
impl Freeze for DisplayManagerBinder
impl RefUnwindSafe for DisplayManagerBinder
impl Send for DisplayManagerBinder
impl Sync for DisplayManagerBinder
impl Unpin for DisplayManagerBinder
impl UnsafeUnpin for DisplayManagerBinder
impl UnwindSafe for DisplayManagerBinder
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