pub struct ViewCreationTokenPair {
pub view_creation_token: ViewCreationToken,
pub viewport_creation_token: ViewportCreationToken,
}
Fields§
§view_creation_token: ViewCreationToken
§viewport_creation_token: ViewportCreationToken
Implementations§
Source§impl ViewCreationTokenPair
impl ViewCreationTokenPair
pub fn new() -> Result<ViewCreationTokenPair, Error>
Auto Trait Implementations§
impl Freeze for ViewCreationTokenPair
impl RefUnwindSafe for ViewCreationTokenPair
impl Send for ViewCreationTokenPair
impl Sync for ViewCreationTokenPair
impl Unpin for ViewCreationTokenPair
impl UnwindSafe for ViewCreationTokenPair
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