#[repr(C)]pub struct _HSD_TexLODDesc {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for _HSD_TexLODDesc
impl Clone for _HSD_TexLODDesc
Source§fn clone(&self) -> _HSD_TexLODDesc
fn clone(&self) -> _HSD_TexLODDesc
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 moreSource§impl Debug for _HSD_TexLODDesc
impl Debug for _HSD_TexLODDesc
impl Copy for _HSD_TexLODDesc
Auto Trait Implementations§
impl Freeze for _HSD_TexLODDesc
impl RefUnwindSafe for _HSD_TexLODDesc
impl Send for _HSD_TexLODDesc
impl Sync for _HSD_TexLODDesc
impl Unpin for _HSD_TexLODDesc
impl UnwindSafe for _HSD_TexLODDesc
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