pub enum GraphicsAddressMode {
Clamp,
Wrap,
Mirror,
Border,
MirrorOnce,
}Variants§
Implementations§
Source§impl GraphicsAddressMode
impl GraphicsAddressMode
pub fn as_raw(&self) -> gs_address_mode
Auto Trait Implementations§
impl Freeze for GraphicsAddressMode
impl RefUnwindSafe for GraphicsAddressMode
impl Send for GraphicsAddressMode
impl Sync for GraphicsAddressMode
impl Unpin for GraphicsAddressMode
impl UnwindSafe for GraphicsAddressMode
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