Struct cyfs_base::OpEnvSessionIDHelper
source · [−]pub struct OpEnvSessionIDHelper;Implementations
sourceimpl OpEnvSessionIDHelper
impl OpEnvSessionIDHelper
pub fn get_flags(sid: u64) -> u8
pub fn get_type(sid: u64) -> BuckyResult<ObjectMapOpEnvType>
pub fn set_type(sid: u64, op_env_type: ObjectMapOpEnvType) -> u64
Trait Implementations
sourceimpl Clone for OpEnvSessionIDHelper
impl Clone for OpEnvSessionIDHelper
sourcefn clone(&self) -> OpEnvSessionIDHelper
fn clone(&self) -> OpEnvSessionIDHelper
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OpEnvSessionIDHelper
impl Debug for OpEnvSessionIDHelper
impl Copy for OpEnvSessionIDHelper
Auto Trait Implementations
impl RefUnwindSafe for OpEnvSessionIDHelper
impl Send for OpEnvSessionIDHelper
impl Sync for OpEnvSessionIDHelper
impl Unpin for OpEnvSessionIDHelper
impl UnwindSafe for OpEnvSessionIDHelper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more