pub struct BlipFill { /* private fields */ }Implementations§
Source§impl BlipFill
impl BlipFill
pub fn rotate_with_shape(&self) -> bool
pub fn get_rotate_with_shape(&self) -> bool
👎Deprecated since 3.0.0:
Use rotate_with_shape()
pub fn set_rotate_with_shape(&mut self, value: bool) -> &mut BlipFill
pub fn source_rectangle(&self) -> Option<&SourceRectangle>
pub fn get_source_rectangle(&self) -> Option<&SourceRectangle>
👎Deprecated since 3.0.0:
Use source_rectangle()
pub fn source_rectangle_mut(&mut self) -> Option<&mut SourceRectangle>
pub fn get_source_rectangle_mut(&mut self) -> Option<&mut SourceRectangle>
👎Deprecated since 3.0.0:
Use source_rectangle_mut()
pub fn set_source_rectangle(&mut self, value: SourceRectangle) -> &mut BlipFill
pub fn blip(&self) -> &Blip
pub fn get_blip(&self) -> &Blip
👎Deprecated since 3.0.0:
Use blip()
pub fn blip_mut(&mut self) -> &mut Blip
pub fn get_blip_mut(&mut self) -> &mut Blip
👎Deprecated since 3.0.0:
Use blip_mut()
pub fn set_blip(&mut self, value: Blip) -> &mut BlipFill
pub fn stretch(&self) -> &Stretch
pub fn get_stretch(&self) -> &Stretch
👎Deprecated since 3.0.0:
Use stretch()
pub fn stretch_mut(&mut self) -> &mut Stretch
pub fn get_stretch_mut(&mut self) -> &mut Stretch
👎Deprecated since 3.0.0:
Use stretch_mut()
pub fn set_stretch(&mut self, value: Stretch) -> &mut BlipFill
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlipFill
impl RefUnwindSafe for BlipFill
impl Send for BlipFill
impl Sync for BlipFill
impl Unpin for BlipFill
impl UnsafeUnpin for BlipFill
impl UnwindSafe for BlipFill
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