#[repr(C)]pub struct tagSVTFTextureLODControlResource {
pub ResolutionClampU: vlByte,
pub ResolutionClampV: vlByte,
pub Padding: [vlByte; 2],
}Fields§
§ResolutionClampU: vlByte§ResolutionClampV: vlByte§Padding: [vlByte; 2]Trait Implementations§
Source§impl Clone for tagSVTFTextureLODControlResource
impl Clone for tagSVTFTextureLODControlResource
Source§fn clone(&self) -> tagSVTFTextureLODControlResource
fn clone(&self) -> tagSVTFTextureLODControlResource
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagSVTFTextureLODControlResource
Auto Trait Implementations§
impl Freeze for tagSVTFTextureLODControlResource
impl RefUnwindSafe for tagSVTFTextureLODControlResource
impl Send for tagSVTFTextureLODControlResource
impl Sync for tagSVTFTextureLODControlResource
impl Unpin for tagSVTFTextureLODControlResource
impl UnwindSafe for tagSVTFTextureLODControlResource
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