Struct windows_sys::Graphics::Holographic::HolographicFrameId
[−]#[repr(C)]pub struct HolographicFrameId {
pub Value: u64,
}
Expand description
Required features: ‘Graphics_Holographic’
Fields
Value: u64
Trait Implementations
impl Clone for HolographicFrameId
impl Clone for HolographicFrameId
impl Copy for HolographicFrameId
Auto Trait Implementations
impl RefUnwindSafe for HolographicFrameId
impl Send for HolographicFrameId
impl Sync for HolographicFrameId
impl Unpin for HolographicFrameId
impl UnwindSafe for HolographicFrameId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more