Struct skia_bindings::SkStrings
source · #[repr(C)]pub struct SkStrings {
pub strings: [u64; 3],
}
Fields§
§strings: [u64; 3]
Auto Trait Implementations§
impl RefUnwindSafe for SkStrings
impl Send for SkStrings
impl Sync for SkStrings
impl Unpin for SkStrings
impl UnwindSafe for SkStrings
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