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