Struct obs_wrapper::graphics::GraphicsSamplerState
source · [−]pub struct GraphicsSamplerState { /* private fields */ }Trait Implementations
sourceimpl Drop for GraphicsSamplerState
impl Drop for GraphicsSamplerState
sourceimpl From<GraphicsSamplerInfo> for GraphicsSamplerState
impl From<GraphicsSamplerInfo> for GraphicsSamplerState
sourcefn from(info: GraphicsSamplerInfo) -> GraphicsSamplerState
fn from(info: GraphicsSamplerInfo) -> GraphicsSamplerState
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for GraphicsSamplerState
impl !Send for GraphicsSamplerState
impl !Sync for GraphicsSamplerState
impl Unpin for GraphicsSamplerState
impl UnwindSafe for GraphicsSamplerState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more