#[repr(C)]pub struct BSTextureSet {
pub __base: NiObject,
}
Fields§
§__base: NiObject
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for BSTextureSet
impl RefUnwindSafe for BSTextureSet
impl !Send for BSTextureSet
impl !Sync for BSTextureSet
impl Unpin for BSTextureSet
impl UnwindSafe for BSTextureSet
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