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