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