Struct EBindPolicyLevels
#[repr(transparent)]pub struct EBindPolicyLevels(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for EBindPolicyLevels
impl Clone for EBindPolicyLevels
§fn clone(&self) -> EBindPolicyLevels
fn clone(&self) -> EBindPolicyLevels
Returns a copy 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 more§impl Debug for EBindPolicyLevels
impl Debug for EBindPolicyLevels
§impl Default for EBindPolicyLevels
impl Default for EBindPolicyLevels
§fn default() -> EBindPolicyLevels
fn default() -> EBindPolicyLevels
Returns the “default value” for a type. Read more
§impl PartialEq for EBindPolicyLevels
impl PartialEq for EBindPolicyLevels
impl Copy for EBindPolicyLevels
impl Eq for EBindPolicyLevels
impl StructuralPartialEq for EBindPolicyLevels
Auto Trait Implementations§
impl Freeze for EBindPolicyLevels
impl RefUnwindSafe for EBindPolicyLevels
impl Send for EBindPolicyLevels
impl Sync for EBindPolicyLevels
impl Unpin for EBindPolicyLevels
impl UnwindSafe for EBindPolicyLevels
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