pub struct LayerFunction(/* private fields */);
Implementations§
Source§impl LayerFunction
impl LayerFunction
pub const LAYER_LINK_INFO: Self
pub const LOADER_DATA_CALLBACK: Self
pub const LOADER_LAYER_CREATE_DEVICE_CALLBACK: Self
pub const LOADER_FEATURES: Self
pub const fn from_raw(x: i32) -> Self
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for LayerFunction
impl Clone for LayerFunction
Source§fn clone(&self) -> LayerFunction
fn clone(&self) -> LayerFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LayerFunction
impl Debug for LayerFunction
Source§impl Hash for LayerFunction
impl Hash for LayerFunction
Source§impl Ord for LayerFunction
impl Ord for LayerFunction
Source§fn cmp(&self, other: &LayerFunction) -> Ordering
fn cmp(&self, other: &LayerFunction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LayerFunction
impl PartialEq for LayerFunction
Source§impl PartialOrd for LayerFunction
impl PartialOrd for LayerFunction
impl Copy for LayerFunction
impl Eq for LayerFunction
impl StructuralPartialEq for LayerFunction
Auto Trait Implementations§
impl Freeze for LayerFunction
impl RefUnwindSafe for LayerFunction
impl Send for LayerFunction
impl Sync for LayerFunction
impl Unpin for LayerFunction
impl UnwindSafe for LayerFunction
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