pub struct SdoEntryAccess {
pub pre_op: Access,
pub safe_op: Access,
pub op: Access,
}
Expand description
SDO Entry Access
Fields§
§pre_op: Access
§safe_op: Access
§op: Access
Trait Implementations§
Source§impl Clone for SdoEntryAccess
impl Clone for SdoEntryAccess
Source§fn clone(&self) -> SdoEntryAccess
fn clone(&self) -> SdoEntryAccess
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 SdoEntryAccess
impl Debug for SdoEntryAccess
Source§impl Hash for SdoEntryAccess
impl Hash for SdoEntryAccess
Source§impl PartialEq for SdoEntryAccess
impl PartialEq for SdoEntryAccess
impl Copy for SdoEntryAccess
impl Eq for SdoEntryAccess
impl StructuralPartialEq for SdoEntryAccess
Auto Trait Implementations§
impl Freeze for SdoEntryAccess
impl RefUnwindSafe for SdoEntryAccess
impl Send for SdoEntryAccess
impl Sync for SdoEntryAccess
impl Unpin for SdoEntryAccess
impl UnwindSafe for SdoEntryAccess
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