#[repr(C)]pub struct SortingLayerRange {
pub m_lower_bound: i16,
pub m_upper_bound: i16,
}Expand description
Fields§
§m_lower_bound: i16§m_upper_bound: i16Implementations§
Source§impl SortingLayerRange
impl SortingLayerRange
Sourcepub fn get_all() -> SortingLayerRange
pub fn get_all() -> SortingLayerRange
get_all() overload
Source§impl SortingLayerRange
impl SortingLayerRange
Sourcepub fn ctor(&mut self, lower_bound: impl Into<i16>, upper_bound: impl Into<i16>)
pub fn ctor(&mut self, lower_bound: impl Into<i16>, upper_bound: impl Into<i16>)
.ctor(i16, i16) overload
Sourcepub fn equals(&mut self, other: impl Into<SortingLayerRange>) -> bool
pub fn equals(&mut self, other: impl Into<SortingLayerRange>) -> bool
Equals(crate::unity_engine::rendering::sortinglayerrange::SortingLayerRange) overload
Sourcepub fn equals_2(&mut self, obj: impl Into<Object>) -> bool
pub fn equals_2(&mut self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overload
Sourcepub fn get_hash_code(&mut self) -> i32
pub fn get_hash_code(&mut self) -> i32
GetHashCode() overload
Source§impl SortingLayerRange
impl SortingLayerRange
pub fn ctor_method_info() -> &'static MethodInfo
pub fn get_all_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
pub fn equals_2_method_info() -> &'static MethodInfo
pub fn get_hash_code_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for SortingLayerRange
impl ClassIdentity for SortingLayerRange
Source§impl Clone for SortingLayerRange
impl Clone for SortingLayerRange
Source§fn clone(&self) -> SortingLayerRange
fn clone(&self) -> SortingLayerRange
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SortingLayerRange
Auto Trait Implementations§
impl Freeze for SortingLayerRange
impl RefUnwindSafe for SortingLayerRange
impl Send for SortingLayerRange
impl Sync for SortingLayerRange
impl Unpin for SortingLayerRange
impl UnwindSafe for SortingLayerRange
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)