pub struct GraphicOutput;Methods from Deref<Target = Guid>§
Trait Implementations§
Source§impl Deref for GraphicOutput
impl Deref for GraphicOutput
Auto Trait Implementations§
impl Freeze for GraphicOutput
impl RefUnwindSafe for GraphicOutput
impl Send for GraphicOutput
impl Sync for GraphicOutput
impl Unpin for GraphicOutput
impl UnwindSafe for GraphicOutput
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