pub struct MultiviewEmpty;Trait Implementations§
Source§impl IsSetMultiview for MultiviewEmpty
impl IsSetMultiview for MultiviewEmpty
fn get(self) -> Option<NonZeroU32>
impl Field for MultiviewEmpty
impl MultiviewIsEmpty for MultiviewEmpty
Auto Trait Implementations§
impl Freeze for MultiviewEmpty
impl RefUnwindSafe for MultiviewEmpty
impl Send for MultiviewEmpty
impl Sync for MultiviewEmpty
impl Unpin for MultiviewEmpty
impl UnwindSafe for MultiviewEmpty
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