#[repr(C)]pub struct SkSVGContainer {
pub _base: SkSVGTransformableNode,
pub fChildren: __BindgenOpaqueArray<u64, 3usize>,
}Fields§
§_base: SkSVGTransformableNode§fChildren: __BindgenOpaqueArray<u64, 3usize>Implementations§
Auto Trait Implementations§
impl Freeze for SkSVGContainer
impl RefUnwindSafe for SkSVGContainer
impl Send for SkSVGContainer
impl Sync for SkSVGContainer
impl Unpin for SkSVGContainer
impl UnsafeUnpin for SkSVGContainer
impl UnwindSafe for SkSVGContainer
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