Struct cyfs_base::OpEnvSessionIDHelper
source · pub struct OpEnvSessionIDHelper;Implementations§
source§impl 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§
source§impl Clone for OpEnvSessionIDHelper
impl Clone for OpEnvSessionIDHelper
source§fn clone(&self) -> OpEnvSessionIDHelper
fn clone(&self) -> OpEnvSessionIDHelper
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