pub struct PullSysFlag;Implementations§
Source§impl PullSysFlag
impl PullSysFlag
pub fn build_sys_flag( commit_offset: bool, suspend: bool, subscription: bool, class_filter: bool, ) -> u32
pub fn build_sys_flag_with_lite_pull( commit_offset: bool, suspend: bool, subscription: bool, class_filter: bool, lite_pull: bool, ) -> u32
pub fn clear_commit_offset_flag(sys_flag: u32) -> u32
pub fn has_commit_offset_flag(sys_flag: u32) -> bool
pub fn has_suspend_flag(sys_flag: u32) -> bool
pub fn clear_suspend_flag(sys_flag: u32) -> u32
pub fn has_subscription_flag(sys_flag: u32) -> bool
pub fn build_sys_flag_with_subscription(sys_flag: u32) -> u32
pub fn has_class_filter_flag(sys_flag: u32) -> bool
pub fn has_lite_pull_flag(sys_flag: u32) -> bool
Auto Trait Implementations§
impl Freeze for PullSysFlag
impl RefUnwindSafe for PullSysFlag
impl Send for PullSysFlag
impl Sync for PullSysFlag
impl Unpin for PullSysFlag
impl UnwindSafe for PullSysFlag
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