Struct freya_engine::prelude::svg::fe::Input
#[repr(C)]pub struct Input { /* private fields */ }
Implementations§
§impl Input
impl Input
pub fn kind(&self) -> SkSVGFeInputType_Type
pub fn id(&self) -> Option<&str>
pub fn source_graphic() -> Input
pub fn source_alpha() -> Input
pub fn background_image() -> Input
pub fn background_alpha() -> Input
pub fn fill_paint() -> Input
pub fn stroke_paint() -> Input
pub fn unspecified() -> Input
pub fn new<T>(id: T) -> Input
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Input
impl !RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)