Struct fuchsia_scenic::ImagePipe2
source · pub struct ImagePipe2(/* private fields */);
Implementations§
source§impl ImagePipe2
impl ImagePipe2
pub fn new( session: SessionPtr, image_pipe_request: ServerEnd<ImagePipe2Marker> ) -> ImagePipe2
Methods from Deref<Target = Resource>§
pub fn set_event_mask(&self, event_mask: u32)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ImagePipe2
impl Send for ImagePipe2
impl Sync for ImagePipe2
impl Unpin for ImagePipe2
impl !UnwindSafe for ImagePipe2
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