Struct localnative_core::CmdSelect[][src]

pub struct CmdSelect {
    pub limit: u32,
    pub offset: u32,
}

Fields

Trait Implementations

impl Debug for CmdSelect
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CmdSelect

impl Sync for CmdSelect