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