#[repr(C)]pub struct ClutterShaderInt(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClutterShaderInt
impl RefUnwindSafe for ClutterShaderInt
impl Send for ClutterShaderInt
impl Sync for ClutterShaderInt
impl Unpin for ClutterShaderInt
impl UnwindSafe for ClutterShaderInt
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