Struct windows_sys::UI::Composition::Scenes::SceneAttributeSemantic
[−]#[repr(transparent)]pub struct SceneAttributeSemantic(pub i32);
Expand description
Required features: "UI_Composition_Scenes"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for SceneAttributeSemantic
impl Clone for SceneAttributeSemantic
impl Copy for SceneAttributeSemantic
Auto Trait Implementations
impl RefUnwindSafe for SceneAttributeSemantic
impl Send for SceneAttributeSemantic
impl Sync for SceneAttributeSemantic
impl Unpin for SceneAttributeSemantic
impl UnwindSafe for SceneAttributeSemantic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more