#[repr(C)]pub struct RootConstant {
pub start: u32,
pub end: u32,
pub binding: u32,
pub space: u32,
}Fields§
§start: u32§end: u32§binding: u32§space: u32Trait Implementations§
Source§impl Clone for ScHlslRootConstant
impl Clone for ScHlslRootConstant
Source§fn clone(&self) -> ScHlslRootConstant
fn clone(&self) -> ScHlslRootConstant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScHlslRootConstant
Auto Trait Implementations§
impl Freeze for ScHlslRootConstant
impl RefUnwindSafe for ScHlslRootConstant
impl Send for ScHlslRootConstant
impl Sync for ScHlslRootConstant
impl Unpin for ScHlslRootConstant
impl UnsafeUnpin for ScHlslRootConstant
impl UnwindSafe for ScHlslRootConstant
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